summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-09-04 18:54:24 +0100
committerGitHub <noreply@github.com>2017-09-04 18:54:24 +0100
commitba2868775d2476813fb8f48156d5f232a101f39d (patch)
tree78dfe43062f63a34a1749854ea99fb5a8e4542ff /i18n
parent1e78ff831e8aba2ff98dcd85709f06eca006f0a4 (diff)
downloadchat-ba2868775d2476813fb8f48156d5f232a101f39d.tar.gz
chat-ba2868775d2476813fb8f48156d5f232a101f39d.tar.bz2
chat-ba2868775d2476813fb8f48156d5f232a101f39d.zip
PLT-7216: CLI Command to move channels between teams. (#7149)
* PLT-7216: CLI Command to move channels between teams. * Add comment
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 da2b50bbd..138241c5a 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3060,6 +3060,10 @@
"translation": "Must specify the team ID to create a channel"
},
{
+ "id": "app.channel.move_channel.members_do_not_match.error",
+ "translation": "Cannot move a channel unless all its members are already members of the destination team."
+ },
+ {
"id": "app.channel.post_update_channel_purpose_message.post.error",
"translation": "Failed to post channel purpose message"
},