summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2018-07-10 09:55:46 +0100
committerCarlos Tadeu Panato Junior <ctadeu@gmail.com>2018-07-10 10:55:46 +0200
commit2d16a71af9bff88d89244279849f8129a326a0e1 (patch)
treef5121acb3386c03ac32ffe29f3eca0b6ed086c59 /i18n/en.json
parent602fd0ffdd5b6cfcf99363921960f02f1bd0d6ee (diff)
downloadchat-2d16a71af9bff88d89244279849f8129a326a0e1.tar.gz
chat-2d16a71af9bff88d89244279849f8129a326a0e1.tar.bz2
chat-2d16a71af9bff88d89244279849f8129a326a0e1.zip
MM-11228: Fix channel update/patch API endpoints. (#9073)
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 518846a0f..33fbe769f 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -88,6 +88,10 @@
"translation": "Failed to add user to channel"
},
{
+ "id": "api.channel.patch_update_channel.forbidden.app_error",
+ "translation": "Failed to update the 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."
},