summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2018-07-16 13:04:52 +0100
committerGitHub <noreply@github.com>2018-07-16 13:04:52 +0100
commit9d9fcd9ac5d10a6ff1050477d527385d6af2f6bf (patch)
tree034047530a94301369accb0174a8146cdf554895 /i18n
parent10f571784b55509a7995093b36f28ed4b848dd53 (diff)
downloadchat-9d9fcd9ac5d10a6ff1050477d527385d6af2f6bf.tar.gz
chat-9d9fcd9ac5d10a6ff1050477d527385d6af2f6bf.tar.bz2
chat-9d9fcd9ac5d10a6ff1050477d527385d6af2f6bf.zip
MM-11172: Don't allow reacting in read-only town square. (#9106)
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 7c424e18d..eaab5c039 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -160,6 +160,10 @@
"translation": "The channel has been archived or deleted"
},
{
+ "id": "api.reaction.town_square_read_only",
+ "translation": "Reacting to posts is not possible in read-only channels."
+ },
+ {
"id": "api.channel.delete_channel.type.invalid",
"translation": "Cannot delete direct or group message channels"
},