From 644f07a23d97726d9c80cfab4fd656cd9f53d282 Mon Sep 17 00:00:00 2001 From: Prithvi Tharun Date: Wed, 15 Jun 2022 18:34:24 +0530 Subject: [PATCH] chore: Copy change for automatic greeting message (#4727) fixes: #4726 --- app/javascript/dashboard/i18n/locale/en/inboxMgmt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/dashboard/i18n/locale/en/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/en/inboxMgmt.json index 6bc5603b0..54e69c304 100644 --- a/app/javascript/dashboard/i18n/locale/en/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/en/inboxMgmt.json @@ -82,7 +82,7 @@ }, "CHANNEL_GREETING_TOGGLE": { "LABEL": "Enable channel greeting", - "HELP_TEXT": "Send a greeting message to the users when they starts the conversation.", + "HELP_TEXT": "Automatically send a greeting message when a new conversation is created.", "ENABLED": "Enabled", "DISABLED": "Disabled" },