Canned Responses
Canned Responses are pre-written reply templates that help you quickly respond to a conversation. To insert a canned response during a chat, agents can type a short code preceded by a '/' character.
You can manage your canned responses from this page or create new ones using the \"Add canned response\" button.
Open the Canned Responses handbook in another tab for a helping hand.
Also, check out the all-new Canned Responses Library.
", "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 conversations.", - "TABLE_HEADER": ["Short code", "Content", "Actions"] + "TABLE_HEADER": [ + "Short code", + "Content", + "Actions" + ] }, "ADD": { "TITLE": "Add canned response", diff --git a/app/javascript/dashboard/routes/dashboard/settings/canned/Index.vue b/app/javascript/dashboard/routes/dashboard/settings/canned/Index.vue index 80a50a095..d3fc54596 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/canned/Index.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/canned/Index.vue @@ -1,238 +1,222 @@ -
+
|
+ + {{ $t('CANNED_MGMT.LIST.404') }} + +
-
-
+ {{ cannedItem.short_code }}
+
+ | + {{ cannedItem.content }} + | +
+ |
+
+
+
|---|