summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJesús Espino <jespinog@gmail.com>2018-08-03 17:13:02 +0200
committerGitHub <noreply@github.com>2018-08-03 17:13:02 +0200
commit61f98d92faf82a38041c8e709c4bc36e7792752c (patch)
tree32632b0c3def990976e189142f4dd064927269e2 /i18n
parent8cc4f27f7cb17af34951ad4c7a59ca7bad082f61 (diff)
downloadchat-61f98d92faf82a38041c8e709c4bc36e7792752c.tar.gz
chat-61f98d92faf82a38041c8e709c4bc36e7792752c.tar.bz2
chat-61f98d92faf82a38041c8e709c4bc36e7792752c.zip
MM-11576: Allow to join and add members to archived channels (#9214)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json8
1 files changed, 0 insertions, 8 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 7af981b0a..3c2cee632 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -92,10 +92,6 @@
"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"
- },
- {
"id": "api.channel.add_user_to_channel.type.app_error",
"translation": "Can not add user to this channel type"
},
@@ -164,10 +160,6 @@
"translation": "Cannot delete direct or group message channels"
},
{
- "id": "api.channel.join_channel.already_deleted.app_error",
- "translation": "Channel is already deleted"
- },
- {
"id": "api.channel.join_channel.permissions.app_error",
"translation": "You do not have the appropriate permissions"
},