From cab409f3ef41daa18d4a3416448d2fbee7f8af76 Mon Sep 17 00:00:00 2001 From: Prithvi Tharun Date: Tue, 24 Jan 2023 11:46:26 +0530 Subject: [PATCH] chore: Fixes grammatical errors with content on inbox page (#6308) * Fixes #6307 - Typo fixed. - Period added. * Update app/javascript/dashboard/i18n/locale/en/inboxMgmt.json Co-authored-by: Hricha Shandily <103104754+Hricha-Shandily@users.noreply.github.com> Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> Co-authored-by: Hricha Shandily <103104754+Hricha-Shandily@users.noreply.github.com> --- 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 1ac74ee73..daaae8062 100644 --- a/app/javascript/dashboard/i18n/locale/en/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/en/inboxMgmt.json @@ -276,7 +276,7 @@ }, "EMAIL": { "LABEL": "Email", - "SUBTITLE": "Email where your customers sends you support tickets", + "SUBTITLE": "Provide the email address where your customers send support requests.", "PLACEHOLDER": "Email" }, "SUBMIT_BUTTON": "Create Email Channel",