summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-08-29 05:48:38 -0400
committerSaturnino Abril <saturnino.abril@gmail.com>2017-08-29 17:48:38 +0800
commit82a8bd99cc5fe59fe4577c9b0d2c06a82c89e628 (patch)
treecfea354f60ce09ae143e46c52d0fb3460c61926c /i18n
parentce77d836fc7968f84041bc33587e54098b745357 (diff)
downloadchat-82a8bd99cc5fe59fe4577c9b0d2c06a82c89e628.tar.gz
chat-82a8bd99cc5fe59fe4577c9b0d2c06a82c89e628.tar.bz2
chat-82a8bd99cc5fe59fe4577c9b0d2c06a82c89e628.zip
Enforce channel display name limits on slash command (#7309)
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 41f0790b4..7624183b3 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -584,6 +584,14 @@
"translation": "A message must be provided with the /rename command."
},
{
+ "id": "api.command_channel_rename.too_long.app_error",
+ "translation": "Channel name must be {{.Length}} or fewer characters"
+ },
+ {
+ "id": "api.command_channel_rename.too_short.app_error",
+ "translation": "Channel name must be {{.Length}} or more characters"
+ },
+ {
"id": "api.command_channel_rename.name",
"translation": "rename"
},