summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-03-24 20:43:09 +0000
committerCorey Hulen <corey@hulen.com>2017-03-24 13:43:09 -0700
commit22715a31ed6238eb4f8f0dd8125bf23958345e78 (patch)
tree4e00f3a300f26d8c4c8efe09410a5f629e0d3314 /webapp/i18n/en.json
parent2c0c71d460e749e1cd0c905a663349c3af94bdeb (diff)
downloadchat-22715a31ed6238eb4f8f0dd8125bf23958345e78.tar.gz
chat-22715a31ed6238eb4f8f0dd8125bf23958345e78.tar.bz2
chat-22715a31ed6238eb4f8f0dd8125bf23958345e78.zip
PLT-5879: User email notification settings disabling. (#5837)
When Email Notifications are turned off server wide, don't allow the user to configure their email notification preferences.
Diffstat (limited to 'webapp/i18n/en.json')
-rwxr-xr-xwebapp/i18n/en.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 05abf6ae2..7380cd4cb 100755
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -2163,6 +2163,8 @@
"user.settings.notifications.desktop.title": "Desktop notifications",
"user.settings.notifications.desktop.unlimited": "Unlimited",
"user.settings.notifications.desktopSounds": "Desktop notification sounds",
+ "user.settings.notifications.email.disabled": "Disabled by System Administrator",
+ "user.settings.notifications.email.disabled_long": "Email notifications have been disabled by your System Administrator.",
"user.settings.notifications.email.everyHour": "Every hour",
"user.settings.notifications.email.everyXMinutes": "Every {count, plural, one {minute} other {{count, number} minutes}}",
"user.settings.notifications.email.immediately": "Immediately",