summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-05-19 14:33:04 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-05-19 14:33:04 -0400
commit1492d1a3cbe551395aab9f6da27c91def62f51cb (patch)
tree1d1249ef5f66155cea994e44bf5c5a96703d0a1b /webapp/i18n
parentfd24902194de00373fa710d5ed138fc1dfeab532 (diff)
downloadchat-1492d1a3cbe551395aab9f6da27c91def62f51cb.tar.gz
chat-1492d1a3cbe551395aab9f6da27c91def62f51cb.tar.bz2
chat-1492d1a3cbe551395aab9f6da27c91def62f51cb.zip
PLT-2664 Split out push notifications from email notifications (#3049)
* Split out push and email notification logic, always send push notifications on mention * Add user setting to control push notifications * Minor changeto simplify code
Diffstat (limited to 'webapp/i18n')
-rw-r--r--webapp/i18n/en.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index e75691663..164d57ae2 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1390,6 +1390,11 @@
"user.settings.modal.notifications": "Notifications",
"user.settings.modal.security": "Security",
"user.settings.modal.title": "Account Settings",
+ "user.settings.push_notification.off": "Off",
+ "user.settings.push_notification.onlyMentions": "For mentions and direct messages",
+ "user.settings.push_notification.allActivity": "For all activity",
+ "user.settings.push_notification.info": "Notification alerts are pushed to your mobile device when there is activity in Mattermost.",
+ "user.settings.notification.push": "Mobile push notifications",
"user.settings.notification.allActivity": "For all activity",
"user.settings.notification.soundConfig": "Please configure notification sounds in your browser settings",
"user.settings.notifications.channelWide": "Channel-wide mentions \"@channel\"",