summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJesús Espino <jespinog@gmail.com>2018-08-29 15:07:37 +0200
committerGitHub <noreply@github.com>2018-08-29 15:07:37 +0200
commit0291730c2f2841e8181a2284f852a58294b28c51 (patch)
tree7044547c40dc8aefc2fbe154f5ddef69079f8194 /i18n
parent7a3cf112c526cf8832d5a044ac590fb6c7ff8686 (diff)
downloadchat-0291730c2f2841e8181a2284f852a58294b28c51.tar.gz
chat-0291730c2f2841e8181a2284f852a58294b28c51.tar.bz2
chat-0291730c2f2841e8181a2284f852a58294b28c51.zip
MM-11270: Forbid react/de-react in archived channels (#9323)
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 419c22d2d..a0733827a 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1435,6 +1435,14 @@
"translation": "Unable to set user preferences."
},
{
+ "id": "api.reaction.delete.archived_channel.app_error",
+ "translation": "You cannot remove a reaction in an archived channel."
+ },
+ {
+ "id": "api.reaction.save.archived_channel.app_error",
+ "translation": "You cannot react in an archived channel."
+ },
+ {
"id": "api.reaction.save_reaction.invalid.app_error",
"translation": "Reaction is not valid."
},