Files
leadchat/app/javascript/dashboard/i18n/locale/en/contactsPage.json
Nithin David Thomas f214c9c47c feat: Add Contacts page (#1335)
Co-authored-by: Sojan <sojan@pepalo.com>
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
2020-11-10 15:25:26 +05:30

22 lines
580 B
JSON

{
"CONTACTS_PAGE": {
"HEADER": "Contacts",
"SEARCH_BUTTON": "Search",
"SEARCH_INPUT_PLACEHOLDER": "Search for contacts",
"LIST": {
"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": [
"Name",
"Phone Number",
"Conversations",
"Last Contacted"
],
"EDIT_BUTTON": "Edit",
"VIEW_BUTTON": "View"
}
}
}