summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-08-11 10:31:56 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-08-11 10:31:56 -0400
commit0cee02d4d3ca05e1e09a918f175c8e021743e992 (patch)
treeaaf4ffc9bc396f7d5abd3ad58493587b479e4d02 /webapp/i18n
parent8d5aa69950032777ea7286329d920de36aaa8a73 (diff)
downloadchat-0cee02d4d3ca05e1e09a918f175c8e021743e992.tar.gz
chat-0cee02d4d3ca05e1e09a918f175c8e021743e992.tar.bz2
chat-0cee02d4d3ca05e1e09a918f175c8e021743e992.zip
PLT-3700 Made error message for too short channel URL more clear (#3773)
Diffstat (limited to 'webapp/i18n')
-rw-r--r--webapp/i18n/en.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 952b90543..34ba4c46e 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -919,6 +919,7 @@
"channel_flow.channel": "Channel",
"channel_flow.create": "Create {term}",
"channel_flow.group": "Group",
+ "channel_flow.handleTooShort": "Channel URL must be 2 or more lowercase alphanumeric characters",
"channel_flow.invalidName": "Invalid Channel Name",
"channel_flow.set_url_title": "Set {term} URL",
"channel_header.channel": "Channel",