diff --git a/webapp/channels/src/components/channel_notifications_modal/__snapshots__/channel_notifications_modal.test.tsx.snap b/webapp/channels/src/components/channel_notifications_modal/__snapshots__/channel_notifications_modal.test.tsx.snap index e1499eec41..a42d33707a 100644 --- a/webapp/channels/src/components/channel_notifications_modal/__snapshots__/channel_notifications_modal.test.tsx.snap +++ b/webapp/channels/src/components/channel_notifications_modal/__snapshots__/channel_notifications_modal.test.tsx.snap @@ -52,6 +52,7 @@ Object { class="mm-modal-header__ctr" > diff --git a/webapp/channels/src/i18n/en.json b/webapp/channels/src/i18n/en.json index 1109c4942b..f72bb7968a 100644 --- a/webapp/channels/src/i18n/en.json +++ b/webapp/channels/src/i18n/en.json @@ -4342,6 +4342,7 @@ "mobile.set_status.dnd.icon": "Do Not Disturb Icon", "mobile.set_status.offline.icon": "Offline Icon", "mobile.set_status.online.icon": "Online Icon", + "modal.header_close": "Close", "modal.manual_status.ask": "Do not ask me again", "modal.manual_status.auto_responder.message_away": "Would you like to switch your status to \"Away\" and disable automatic replies?", "modal.manual_status.auto_responder.message_dnd": "Would you like to switch your status to \"Do not disturb\" and disable automatic replies?",