From 57eb69927c3f990326e13888e40f0feb740a4e19 Mon Sep 17 00:00:00 2001 From: S4KH Date: Tue, 25 Oct 2016 11:22:55 +0800 Subject: Changed constants name MIN_TEAM_LENGTH value to 2 and the error message (#4149) --- webapp/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webapp/i18n/en.json') diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 4e83c3264..9b78b2803 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -1108,13 +1108,13 @@ "create_post.write": "Write a message...", "create_team.agreement": "By proceeding to create your account and use {siteName}, you agree to our Terms of Service and Privacy Policy. If you do not agree, you cannot use {siteName}.", "create_team.display_name.back": "Back to previous step", - "create_team.display_name.charLength": "Name must be 4 or more characters up to a maximum of 15", + "create_team.display_name.charLength": "Name must be 2 or more characters up to a maximum of 15", "create_team.display_name.nameHelp": "Name your team in any language. Your team name shows in menus and headings.", "create_team.display_name.next": "Next", "create_team.display_name.required": "This field is required", "create_team.display_name.teamName": "Team Name", "create_team.team_url.back": "Back to previous step", - "create_team.team_url.charLength": "Name must be 4 or more characters up to a maximum of 15", + "create_team.team_url.charLength": "Name must be 2 or more characters up to a maximum of 15", "create_team.team_url.creatingTeam": "Creating team...", "create_team.team_url.finish": "Finish", "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
  • ", -- cgit v1.2.3-1-g7c22