fix: Translation issues (#7416)

Co-authored-by: Hricha Shandily <103104754+Hricha-Shandily@users.noreply.github.com>
This commit is contained in:
Sivin Varghese
2023-06-29 14:41:23 +05:30
committed by GitHub
parent dc1a41b136
commit ea78020f2f
2 changed files with 5 additions and 9 deletions

View File

@@ -9,11 +9,7 @@
"404": "There are no canned responses available in this account.",
"TITLE": "Manage canned responses",
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to tickets.",
"TABLE_HEADER": [
"Short Code",
"Content",
"Actions"
]
"TABLE_HEADER": ["Short Code", "Content", "Actions"]
},
"ADD": {
"TITLE": "Add Canned Response",
@@ -34,7 +30,7 @@
},
"API": {
"SUCCESS_MESSAGE": "Canned Response added successfully",
"ERROR_MESSAGE": "Could not create canned response, Please try again later"
"ERROR_MESSAGE": "Could not create canned response. Please try again later."
}
},
"EDIT": {
@@ -56,14 +52,14 @@
"BUTTON_TEXT": "Edit",
"API": {
"SUCCESS_MESSAGE": "Canned Response updated successfully",
"ERROR_MESSAGE": "Could not update canned response, Please try again later"
"ERROR_MESSAGE": "Could not update canned response. Please try again later."
}
},
"DELETE": {
"BUTTON_TEXT": "Delete",
"API": {
"SUCCESS_MESSAGE": "Canned response deleted successfully",
"ERROR_MESSAGE": "Could not delete canned response, Please try again later"
"ERROR_MESSAGE": "Could not delete canned response. Please try again later."
},
"CONFIRM": {
"TITLE": "Confirm Deletion",

View File

@@ -78,7 +78,7 @@
"BUTTON_LABEL": "Export",
"TITLE": "Export Contacts",
"DESC": "Export contacts to a CSV file.",
"SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.",
"SUCCESS_MESSAGE": "Export is in progress. You will be notified on email when the export file is ready to download.",
"ERROR_MESSAGE": "There was an error, please try again"
},
"DELETE_NOTE": {