feat: CSAT response collection public page (#2685)
This commit is contained in:
5
app/javascript/survey/i18n/index.js
Normal file
5
app/javascript/survey/i18n/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { default as en } from './locale/en.json';
|
||||
|
||||
export default {
|
||||
en,
|
||||
};
|
||||
15
app/javascript/survey/i18n/locale/en.json
Normal file
15
app/javascript/survey/i18n/locale/en.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"SURVEY": {
|
||||
"DESCRIPTION": "Dear customer 👋 , please take a few moments to complete the feedback about the conversation.",
|
||||
"RATING": {
|
||||
"LABEL": "Rate your conversation",
|
||||
"SUCCESS_MESSAGE": "Thank you for submitting the rating"
|
||||
},
|
||||
"FEEDBACK": {
|
||||
"LABEL": "Do you have any thoughts you'd like to share?",
|
||||
"PLACEHOLDER": "Your feedback (optional)",
|
||||
"BUTTON_TEXT": "Submit feedback"
|
||||
}
|
||||
},
|
||||
"POWERED_BY": "Powered by Chatwoot"
|
||||
}
|
||||
Reference in New Issue
Block a user