summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2018-07-10 09:53:51 +0100
committerCarlos Tadeu Panato Junior <ctadeu@gmail.com>2018-07-10 10:53:51 +0200
commit951e4ad98401e9828b9941224318f105fb15d500 (patch)
treee3cd89c909ae9c8077ba249ea52f23ac09f4a550 /i18n
parent28449dd95ae2c550d49c021217518feeb582a5d9 (diff)
downloadchat-951e4ad98401e9828b9941224318f105fb15d500.tar.gz
chat-951e4ad98401e9828b9941224318f105fb15d500.tar.bz2
chat-951e4ad98401e9828b9941224318f105fb15d500.zip
MM-11174: Fix /msg slash command. (#9059)
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 d8a059175..b12a67cde 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -823,6 +823,10 @@
"translation": "You do not have the appropriate permissions to remove the member."
},
{
+ "id": "api.command_msg.permission.app_error",
+ "translation": "You don't have the appropriate permissions to direct message this user."
+ },
+ {
"id": "api.command_remove.user_not_in_channel",
"translation": "{{.Username}} is not a member of this channel."
},