summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorEvgeniy <gig177@yandex.ru>2018-01-19 00:05:00 +0300
committerJoram Wilander <jwawilander@gmail.com>2018-01-18 16:05:00 -0500
commit9d6a9ff4be15f673e8364a984ccc2b2c3a465b73 (patch)
tree0450311827328cd0f68282a3491f66803634ea48 /i18n/en.json
parente9a9262956bb948532e3d21604059f23cab85066 (diff)
downloadchat-9d6a9ff4be15f673e8364a984ccc2b2c3a465b73.tar.gz
chat-9d6a9ff4be15f673e8364a984ccc2b2c3a465b73.tar.bz2
chat-9d6a9ff4be15f673e8364a984ccc2b2c3a465b73.zip
Post a system message to the affected channel by CLI command (#7877) (#7968)
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 60f29bba8..cf82f6644 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -316,6 +316,14 @@
"translation": "%v has left the channel."
},
{
+ "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.post_update_channel_displayname_message_and_forget.create_post.error",
"translation": "Failed to post displayname update message"
},