From a0f75cadb2b0fa91f6e321b1b8b859519b2ec865 Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Mon, 1 Oct 2018 13:51:12 +0100 Subject: MM-12110: Don't /invite or /kick deactivated users. (#9494) --- i18n/en.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index eaa6d1014..469e6976d 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -411,6 +411,10 @@ "id": "api.command_channel_purpose.update_channel.app_error", "translation": "Error to update the current channel." }, + { + "id": "api.command_channel_remove.channel.app_error", + "translation": "Error retrieving the current channel." + }, { "id": "api.command_channel_rename.channel.app_error", "translation": "Error to retrieve the current channel." @@ -616,7 +620,7 @@ }, { "id": "api.command_invite.missing_user.app_error", - "translation": "Unable to find the user." + "translation": "We couldn't find the user. They may have been deactivated by the System Administrator." }, { "id": "api.command_invite.name", @@ -824,7 +828,7 @@ }, { "id": "api.command_remove.missing.app_error", - "translation": "Unable to find the user" + "translation": "We couldn't find the user. They may have been deactivated by the System Administrator." }, { "id": "api.command_remove.name", -- cgit v1.2.3-1-g7c22