Co-authored-by: Sojan <sojan@pepalo.com> Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
22 lines
580 B
JSON
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"
|
|
|
|
}
|
|
}
|
|
}
|