summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-07-11 04:37:20 -0800
committerHarrison Healey <harrisonmhealey@gmail.com>2016-07-11 08:37:20 -0400
commitdd9925227870525339eb5c6ae7ab3be2a21ab923 (patch)
treec0a157292443c554c23f04342be45d6cc7b70cdc /i18n/en.json
parentab831b88de3b9e8dafb39bebda43faa29ffc8475 (diff)
downloadchat-dd9925227870525339eb5c6ae7ab3be2a21ab923.tar.gz
chat-dd9925227870525339eb5c6ae7ab3be2a21ab923.tar.bz2
chat-dd9925227870525339eb5c6ae7ab3be2a21ab923.zip
PLT-3560 blocking adding to channel once user is removed (#3537)
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index e3fba5de2..04305774a 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -164,6 +164,10 @@
"translation": "Failed to add user to channel"
},
{
+ "id": "api.channel.add_user.to.channel.failed.deleted.app_error",
+ "translation": "Failed to add user to channel because they have been removed from the team."
+ },
+ {
"id": "api.channel.add_user_to_channel.deleted.app_error",
"translation": "The channel has been archived or deleted"
},