From 9a9462f5cb7b7656d684e9d61b44cdf09ccc03df Mon Sep 17 00:00:00 2001 From: Anisha-art <96977038+Anisha-art@users.noreply.github.com> Date: Mon, 10 Jan 2022 11:57:45 +0530 Subject: [PATCH] fix: Removed extra space before "." (#3717) Fixes Removed extra space before "." as mentioned in the issue: #3669 --- app/javascript/dashboard/i18n/locale/en/cannedMgmt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/dashboard/i18n/locale/en/cannedMgmt.json b/app/javascript/dashboard/i18n/locale/en/cannedMgmt.json index e86fb87ba..8c40f8152 100644 --- a/app/javascript/dashboard/i18n/locale/en/cannedMgmt.json +++ b/app/javascript/dashboard/i18n/locale/en/cannedMgmt.json @@ -4,7 +4,7 @@ "HEADER_BTN_TXT": "Add Canned Response", "LOADING": "Fetching Canned Responses", "SEARCH_404": "There are no items matching this query", - "SIDEBAR_TXT": "

Canned Responses

Canned Responses are saved reply templates which can be used to quickly send out a reply to a conversation .

For creating a Canned Response, just click on the Add Canned Response. You can also edit or delete an existing Canned Response by clicking on the Edit or Delete button

Canned responses are used with the help of Short Codes. Agents can access canned responses while on a chat by typing '/' followed by the short code.

", + "SIDEBAR_TXT": "

Canned Responses

Canned Responses are saved reply templates which can be used to quickly send out a reply to a conversation.

For creating a Canned Response, just click on the Add Canned Response. You can also edit or delete an existing Canned Response by clicking on the Edit or Delete button

Canned responses are used with the help of Short Codes. Agents can access canned responses while on a chat by typing '/' followed by the short code.

", "LIST": { "404": "There are no canned responses available in this account.", "TITLE": "Manage canned responses",