summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2018-07-10 09:56:04 +0100
committerCarlos Tadeu Panato Junior <ctadeu@gmail.com>2018-07-10 10:56:04 +0200
commitaf615ffc24b774d76deef8c93282831432669dd8 (patch)
treeddcfb2b17317914f1ad6f874bd72df296cdc5325 /i18n/en.json
parent2d16a71af9bff88d89244279849f8129a326a0e1 (diff)
downloadchat-af615ffc24b774d76deef8c93282831432669dd8.tar.gz
chat-af615ffc24b774d76deef8c93282831432669dd8.tar.bz2
chat-af615ffc24b774d76deef8c93282831432669dd8.zip
MM-11229: Fix invite people slash command and add test case. (#9074)
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 33fbe769f..80693edbf 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -631,6 +631,10 @@
"translation": "You don't have enough permissions to add {{.User}} in {{.Channel}}."
},
{
+ "id": "api.command_invite_people.permission.app_error",
+ "translation": "You don't have permission to invite new users to this server."
+ },
+ {
"id": "api.command_invite.private_channel.app_error",
"translation": "Could not find the channel {{.Channel}}. Please use the channel handle to identify channels."
},