summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2017-05-30 22:46:18 +0200
committerJoram Wilander <jwawilander@gmail.com>2017-05-30 16:46:18 -0400
commitd409c7c1c6a21de203c471134419726e1c7dcb12 (patch)
treea09bb0065a17f8961ffc3a2b452602ece890b88a /webapp/i18n
parenteab6f7459478d23968466766cbe49185d405a056 (diff)
downloadchat-d409c7c1c6a21de203c471134419726e1c7dcb12.tar.gz
chat-d409c7c1c6a21de203c471134419726e1c7dcb12.tar.bz2
chat-d409c7c1c6a21de203c471134419726e1c7dcb12.zip
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
Diffstat (limited to 'webapp/i18n')
-rwxr-xr-xwebapp/i18n/en.json3
1 files changed, 3 insertions, 0 deletions
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",