summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-12-20 09:27:29 -0500
committerChristopher Speller <crspeller@gmail.com>2016-12-20 09:27:29 -0500
commit1f67c91fcec746aeeb34b9c39b7df328d5f6a4a0 (patch)
tree5e89cf3867369e75d89dd95069c458be75c0d51c /i18n
parentbf3fec604fc4ad0fd53d38490c18d872bccd629d (diff)
downloadchat-1f67c91fcec746aeeb34b9c39b7df328d5f6a4a0.tar.gz
chat-1f67c91fcec746aeeb34b9c39b7df328d5f6a4a0.tar.bz2
chat-1f67c91fcec746aeeb34b9c39b7df328d5f6a4a0.zip
Prevent accidental removal of user from town square (#4842)
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 2467be4bd..fd43adbf0 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -288,6 +288,10 @@
"translation": "Cannot leave the default channel {{.Channel}}"
},
{
+ "id": "api.channel.remove.default.app_error",
+ "translation": "Cannot remove user from the default channel {{.Channel}}"
+ },
+ {
"id": "api.channel.leave.direct.app_error",
"translation": "Cannot leave a direct message channel"
},