summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJesús Espino <jespinog@gmail.com>2018-06-26 22:06:01 +0200
committerElias Nahum <nahumhbl@gmail.com>2018-06-26 16:06:01 -0400
commit164e030d33b03cab347ddcdf064615cb9e144317 (patch)
treeddb702f836ed7645093de078a9b65a1327a0646c /i18n
parent41d2a9f4352b9ee32bfa77da9ffed03b302d1314 (diff)
downloadchat-164e030d33b03cab347ddcdf064615cb9e144317.tar.gz
chat-164e030d33b03cab347ddcdf064615cb9e144317.tar.bz2
chat-164e030d33b03cab347ddcdf064615cb9e144317.zip
MM-11008: Fix translation and change the code to be auto-extracted (#9009)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 190aa4cea..ede4f1db2 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -100,6 +100,14 @@
"translation": "Can not add user to this channel type"
},
{
+ "id": "api.channel.change_channel_privacy.private_to_public",
+ "translation": "This channel has been converted to a Public Channel and can be joined by any team member."
+ },
+ {
+ "id": "api.channel.change_channel_privacy.public_to_private",
+ "translation": "This channel has been converted to a Private Channel."
+ },
+ {
"id": "api.channel.convert_channel_to_private.default_channel_error",
"translation": "This default channel cannot be converted into a private channel."
},