From 60be5c902fe30c978d5b30f265509dc28c451407 Mon Sep 17 00:00:00 2001 From: David Lu Date: Thu, 2 Feb 2017 07:13:28 -0800 Subject: Add link to team URL error (#5270) --- webapp/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webapp/i18n') diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index d273e77a3..5d78d44e8 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -1219,9 +1219,9 @@ "create_team.team_url.hint": "
  • Short and memorable is best
  • Use lowercase letters, numbers and dashes
  • Must start with a letter and can't end in a dash
  • ", "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 starts with a reserved word 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", -- cgit v1.2.3-1-g7c22