summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-08-31 05:42:57 -0400
committerGeorge Goldberg <george@gberg.me>2017-08-31 10:42:57 +0100
commit5d74857b6827e6b809b074db61a7160d18b4d783 (patch)
tree5ae94e5970fe2818ebc69a4fd8d63d9434c9a4e7 /webapp/i18n/en.json
parentf34cd567a6332fe53dae27e6b99b4382505de7a1 (diff)
downloadchat-5d74857b6827e6b809b074db61a7160d18b4d783.tar.gz
chat-5d74857b6827e6b809b074db61a7160d18b4d783.tar.bz2
chat-5d74857b6827e6b809b074db61a7160d18b4d783.zip
Add minimum channel name length in rename modal (#7308)
Diffstat (limited to 'webapp/i18n/en.json')
-rwxr-xr-xwebapp/i18n/en.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 720a66317..eb86f647e 100755
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -2063,6 +2063,7 @@
"rename_channel.handleHolder": "lowercase alphanumeric characters",
"rename_channel.lowercase": "Must be lowercase alphanumeric characters",
"rename_channel.maxLength": "This field must be less than {maxLength, number} characters",
+ "rename_channel.minLength": "Channel name must be {minLength, number} or more characters",
"rename_channel.required": "This field is required",
"rename_channel.save": "Save",
"rename_channel.title": "Rename Channel",