From e8f56d0e56a1703e14465462ab0aea2e596157ed Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Mon, 22 May 2023 09:37:37 +0530 Subject: [PATCH] chore: Update greeting message label in settings (#7088) --- 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 06af3794e..776dd101f 100644 --- a/app/javascript/dashboard/i18n/locale/en/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/en/inboxMgmt.json @@ -83,7 +83,7 @@ }, "CHANNEL_GREETING_TOGGLE": { "LABEL": "Enable channel greeting", - "HELP_TEXT": "Automatically send a greeting message after the contact's first message in a conversation.", + "HELP_TEXT": "Auto-send greeting messages when customers start a conversation and send their first message.", "ENABLED": "Enabled", "DISABLED": "Disabled" },