From c7c46463ae78aa6c3a2a0dd1be0f620556ddbdb5 Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Wed, 1 Jun 2022 18:41:18 +0530 Subject: [PATCH] fix: Update text used in personal message signature (#4776) Co-authored-by: Pranav Raj S --- app/javascript/dashboard/i18n/locale/en/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/dashboard/i18n/locale/en/settings.json b/app/javascript/dashboard/i18n/locale/en/settings.json index d51ebe6eb..e8709c62f 100644 --- a/app/javascript/dashboard/i18n/locale/en/settings.json +++ b/app/javascript/dashboard/i18n/locale/en/settings.json @@ -21,7 +21,7 @@ }, "MESSAGE_SIGNATURE_SECTION": { "TITLE": "Personal message signature", - "NOTE": "Create a personal message signature that would be added to all the messages you send from the platform. Use the rich content editor to create a highly personalised signature.", + "NOTE": "Create a personal message signature that would be added to all the messages you send from your email inbox. Use the rich content editor to create a highly personalised signature.", "BTN_TEXT": "Save message signature", "API_ERROR": "Couldn't save signature! Try again", "API_SUCCESS": "Signature saved successfully"