summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2018-10-08 16:39:03 +0100
committerGitHub <noreply@github.com>2018-10-08 16:39:03 +0100
commit9a4f3ce1e5b22a297eeb00b2aaff44f88304ae8c (patch)
tree8841d645463b21a175036399e78ecae647922e55 /i18n
parent7b338c161bce8bdede54d85a5df5a0efe34eb874 (diff)
downloadchat-9a4f3ce1e5b22a297eeb00b2aaff44f88304ae8c.tar.gz
chat-9a4f3ce1e5b22a297eeb00b2aaff44f88304ae8c.tar.bz2
chat-9a4f3ce1e5b22a297eeb00b2aaff44f88304ae8c.zip
MM-12251: Add flag to MoveChannel to remove all deactivated users. (#9515)
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 7e74e4d89..7d8bd4122 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -4835,6 +4835,10 @@
"translation": "Unable to set the user status. Unknown user status."
},
{
+ "id": "store.sql_channel.remove_all_deactivated_members.app_error",
+ "translation": "We could not remove the deactivated users from the channel"
+ },
+ {
"id": "store.sql.convert_string_array",
"translation": "FromDb: Unable to convert StringArray to *string"
},