summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2018-08-21 20:53:32 +0800
committerGitHub <noreply@github.com>2018-08-21 20:53:32 +0800
commitf16687f83cea20f1ed3682226b60011097c85648 (patch)
tree2f0e331da8931c8f97dcdd93ff7c1634397311b3 /i18n
parentcea1796f0698956e4fab57a0015b292854bbbcf3 (diff)
downloadchat-f16687f83cea20f1ed3682226b60011097c85648.tar.gz
chat-f16687f83cea20f1ed3682226b60011097c85648.tar.bz2
chat-f16687f83cea20f1ed3682226b60011097c85648.zip
[MM-11593] Prevent user to remove from a direct channel (#9251)
* prevent user to remove from a direct channel * only allow removing of a member in private or public channel
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 19c92a0b4..84ca057e5 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -232,6 +232,10 @@
"translation": "Cannot remove user from the default channel {{.Channel}}"
},
{
+ "id": "api.channel.remove_channel_member.type.app_error",
+ "translation": "Cannot remove user from a channel."
+ },
+ {
"id": "api.channel.remove_member.removed",
"translation": "%v removed from the channel."
},