summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorAri Autio <ari.autio@iki.fi>2017-03-24 23:10:40 +0200
committerJoram Wilander <jwawilander@gmail.com>2017-03-24 17:10:40 -0400
commit9cfa7331785181c4ce80b6c45b6bb8b2df6f8dc3 (patch)
tree1ed12c5b17d49b3443fcbdea97b7c2542bd53195 /webapp/i18n
parent4dc03613b41b1e8a3cad77582fd4d80c6bf401f4 (diff)
downloadchat-9cfa7331785181c4ce80b6c45b6bb8b2df6f8dc3.tar.gz
chat-9cfa7331785181c4ce80b6c45b6bb8b2df6f8dc3.tar.bz2
chat-9cfa7331785181c4ce80b6c45b6bb8b2df6f8dc3.zip
PLT-5281 error messages contain a link to documentation about reserved words (#5530)
* PLT-5281 error messages contain a link to documentation about reserved words * Updated comments per PM review * Proposed fix to review comments
Diffstat (limited to 'webapp/i18n')
-rwxr-xr-xwebapp/i18n/en.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 7380cd4cb..b15e99bec 100755
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1220,9 +1220,9 @@
"create_team.team_url.hint": "<li>Short and memorable is best</li><li>Use lowercase letters, numbers and dashes</li><li>Must start with a letter and can't end in a dash</li>",
"create_team.team_url.regex": "Use only lower case letters, numbers and dashes. Must start with a letter and can't end in a dash.",
"create_team.team_url.required": "This field is required",
- "create_team.team_url.taken": "URL is taken or contains a reserved word",
+ "create_team.team_url.taken": "This URL <a href=\"https://docs.mattermost.com/help/getting-started/creating-teams.html#team-url\" target=\"_blank\">starts with a reserved word</a> or is unavailable. Please try another.",
"create_team.team_url.teamUrl": "Team URL",
- "create_team.team_url.unavailable": "This URL is unavailable. Please try another.",
+ "create_team.team_url.unavailable": "This URL is taken or unavailable. Please try another.",
"create_team.team_url.webAddress": "Choose the web address of your new team:",
"custom_emoji.empty": "No custom emoji found",
"custom_emoji.header": "Custom Emoji",