summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2018-04-12 10:12:59 -0300
committerJoram Wilander <jwawilander@gmail.com>2018-04-12 09:12:59 -0400
commit1ebf19825bc735424f7278a3c749f83d24ab80f1 (patch)
treeb94801594bd06588e997e2138586be81d5190d83 /i18n
parent2d0fef4d943198014913069d2b79a73f2e3a7d9a (diff)
downloadchat-1ebf19825bc735424f7278a3c749f83d24ab80f1.tar.gz
chat-1ebf19825bc735424f7278a3c749f83d24ab80f1.tar.bz2
chat-1ebf19825bc735424f7278a3c749f83d24ab80f1.zip
Fix mute channel when not a member and adding unit tests (#8609)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index bf93e5b1c..dec619dec 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -907,6 +907,14 @@
"translation": "Could not find the channel {{.Channel}}. Please use the [channel handle](https://about.mattermost.com/default-channel-handle-documentation) to identify channels."
},
{
+ "id": "api.command_mute.no_channel.error",
+ "translation": "Could not find the specified channel. Please use the [channel handle](https://about.mattermost.com/default-channel-handle-documentation) to identify channels."
+ },
+ {
+ "id": "api.command_mute.not_member.error",
+ "translation": "Could not mute channel {{.Channel}} as you are not a member."
+ },
+ {
"id": "api.command_mute.hint",
"translation": "~[channel]"
},