summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJesús Espino <jespinog@gmail.com>2018-09-03 17:07:51 +0200
committerCarlos Tadeu Panato Junior <ctadeu@gmail.com>2018-09-03 17:07:51 +0200
commit72560311a27bb957576416739cca5e71c8665980 (patch)
treeb8b8b92e83787d228ff94d41452f9f0f36315ca6 /i18n
parent9f465127592f2f3c893988daceaf608671da9df1 (diff)
downloadchat-72560311a27bb957576416739cca5e71c8665980.tar.gz
chat-72560311a27bb957576416739cca5e71c8665980.tar.bz2
chat-72560311a27bb957576416739cca5e71c8665980.zip
MM-11728: Avoid Archived channels editions throught Patch (#9335)
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 a0733827a..5345fa0cf 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -5007,6 +5007,10 @@
"translation": "We couldn't update the channel"
},
{
+ "id": "store.sql_channel.update.archived_channel.app_error",
+ "translation": "You can not modify an archived channel"
+ },
+ {
"id": "store.sql_channel.update.exists.app_error",
"translation": "A channel with that handle already exists"
},