summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-06-04 08:23:44 -0700
committerJoram Wilander <jwawilander@gmail.com>2016-06-04 11:23:44 -0400
commit6f0a7e4b137e193e6cfaac6aa90f0c91ec6b139c (patch)
tree6739f11fd6b0d303a0e997ec12bd7193d6dac302 /webapp/i18n/en.json
parent06b16467983e63c24bbf60535f88b1b2898e52ed (diff)
downloadchat-6f0a7e4b137e193e6cfaac6aa90f0c91ec6b139c.tar.gz
chat-6f0a7e4b137e193e6cfaac6aa90f0c91ec6b139c.tar.bz2
chat-6f0a7e4b137e193e6cfaac6aa90f0c91ec6b139c.zip
PLT-2981 Disabled Push Notifications section in Settings if disabled by admin (#3225)
* Added push notifications disabled message to settings * Update user_settings_notifications.jsx
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 19ff71f95..086868cbd 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1393,6 +1393,8 @@
"user.settings.push_notification.info": "Notification alerts are pushed to your mobile device when there is activity in Mattermost.",
"user.settings.push_notification.off": "Off",
"user.settings.push_notification.onlyMentions": "For mentions and direct messages",
+ "user.settings.push_notification.disabled": "Disabled by system administrator",
+ "user.settings.push_notification.disabled_long": "Push notifications for mobile devices have been disabled by your System Administrator.",
"user.settings.security.close": "Close",
"user.settings.security.currentPassword": "Current Password",
"user.settings.security.currentPasswordError": "Please enter your current password",