summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2018-02-06 18:45:14 -0500
committerDerrick Anderson <derrick@andersonwebstudio.com>2018-02-06 18:45:14 -0500
commit9a73f9988588b6b1be5711634239381fe9e01d16 (patch)
tree1e4f71f469608d02d73afc40b3d838fe97d269ae /i18n
parent1ec295f88ca99e9423ffd91019cecf802ae3dc77 (diff)
downloadchat-9a73f9988588b6b1be5711634239381fe9e01d16.tar.gz
chat-9a73f9988588b6b1be5711634239381fe9e01d16.tar.bz2
chat-9a73f9988588b6b1be5711634239381fe9e01d16.zip
ICU-715 Change ExperimentalGroupUnreadChannels setting to allow for default on/off (#8211)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index d3bc69d0a..d983e8855 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -4759,6 +4759,10 @@
"translation": "Invalid thumbnail width for file settings. Must be a positive number."
},
{
+ "id": "model.config.is_valid.group_unread_channels.app_error",
+ "translation": "Invalid group unread channels for service settings. Must be 'disabled', 'default_on', or 'default_off'."
+ },
+ {
"id": "model.config.is_valid.image_proxy_type.app_error",
"translation": "Invalid image proxy type for service settings."
},