From d8977c87a7cb83a81c516c4c53b79bda4b202039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Espino=20Garc=C3=ADa?= Date: Thu, 28 Sep 2023 15:05:55 +0200 Subject: [PATCH] Fix typo (#24623) --- webapp/channels/src/components/system_notice/notices.tsx | 2 +- webapp/channels/src/i18n/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/channels/src/components/system_notice/notices.tsx b/webapp/channels/src/components/system_notice/notices.tsx index de8c1e3647..a0163ce694 100644 --- a/webapp/channels/src/components/system_notice/notices.tsx +++ b/webapp/channels/src/components/system_notice/notices.tsx @@ -197,7 +197,7 @@ const notices: Notice[] = [ body: ( )}} /> ), diff --git a/webapp/channels/src/i18n/en.json b/webapp/channels/src/i18n/en.json index 27ecfd289e..f5b2d2c931 100644 --- a/webapp/channels/src/i18n/en.json +++ b/webapp/channels/src/i18n/en.json @@ -5002,7 +5002,7 @@ "system_notice.remind_me": "Remind me Later", "system_notice.title": "Notice from Mattermost", "system_notice.title.gm_as_dm": "Updates to Group Messages", - "system_noticy.body.gm_as_dm": "You wil now be notified for all activity in your group messages along with a notification badge for every new message.{br}{br}You can configure this in notification preferences for each group message.", + "system_noticy.body.gm_as_dm": "You will now be notified for all activity in your group messages along with a notification badge for every new message.{br}{br}You can configure this in notification preferences for each group message.", "system_users_list.count": "{count, number} {count, plural, one {user} other {users}}", "system_users_list.countPage": "{startCount, number} - {endCount, number} {count, plural, one {user} other {users}} of {total, number} total", "system_users_list.countSearch": "{count, number} {count, plural, one {user} other {users}} of {total, number} total",