summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2018-07-10 09:54:49 +0100
committerCarlos Tadeu Panato Junior <ctadeu@gmail.com>2018-07-10 10:54:49 +0200
commit2df818b9c680d9e6aec2cddb4c910ecf8341e3a9 (patch)
treeb460265f1d3f2317321778f38ebc81e567caf87e /i18n
parent74e5d8ae66186a82e8afdd845a108d6a662751d7 (diff)
downloadchat-2df818b9c680d9e6aec2cddb4c910ecf8341e3a9.tar.gz
chat-2df818b9c680d9e6aec2cddb4c910ecf8341e3a9.tar.bz2
chat-2df818b9c680d9e6aec2cddb4c910ecf8341e3a9.zip
MM-11227: Fix group msg slash command. (#9070)
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 f257a86a4..518846a0f 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -835,6 +835,10 @@
"translation": "{{.Username}} is not a member of this channel."
},
{
+ "id": "api.command_groupmsg.permission.app_error",
+ "translation": "You don't have the appropriate permissions to create a new group message."
+ },
+ {
"id": "api.command_search.desc",
"translation": "Search text in messages"
},