From 82a8bd99cc5fe59fe4577c9b0d2c06a82c89e628 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Tue, 29 Aug 2017 05:48:38 -0400 Subject: Enforce channel display name limits on slash command (#7309) --- i18n/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index 41f0790b4..7624183b3 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -583,6 +583,14 @@ "id": "api.command_channel_rename.message.app_error", "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" -- cgit v1.2.3-1-g7c22