From d409c7c1c6a21de203c471134419726e1c7dcb12 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Tue, 30 May 2017 22:46:18 +0200 Subject: Implement PLT-6246 - Confirm before sending (at)all, (at)channel message (#6250) * implement PLT-6246 - Confirm before sending (at)all, (at)channel message * refactor per review * add constant to define the notify all modal --- webapp/i18n/en.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webapp/i18n') diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 20fef3c47..41f830ac8 100755 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -1257,6 +1257,9 @@ "delete_post.warning": "This post has {count} comment(s) on it.", "edit_channel_header.editHeader": "Edit the Channel Header...", "edit_channel_header.previewHeader": "Edit header", + "notify_all.title.confirm": "Confirm sending notifications to entire channel", + "notify_all.question": "By using @all or @channel you are about to send notifications to {totalMembers} people. Are you sure you want to do this?", + "notify_all.confirm": "Confirm", "edit_channel_header_modal.cancel": "Cancel", "edit_channel_header_modal.description": "Edit the text appearing next to the channel name in the channel header.", "edit_channel_header_modal.error": "This channel header is too long, please enter a shorter one", -- cgit v1.2.3-1-g7c22