diff --git a/web/react/components/signup_team_complete.jsx b/web/react/components/signup_team_complete.jsx index 066161a101..b038679e6c 100644 --- a/web/react/components/signup_team_complete.jsx +++ b/web/react/components/signup_team_complete.jsx @@ -467,7 +467,8 @@ UsernamePage = React.createClass({ { name_error } -
{"Pick something " + strings.Team + "mates will recognize. Your username is how you will appear to others"}
+{"Pick something " + strings.Team + "mates will recognize. Your username is how you will appear to others."}
+It can be made of lowercase letters and numbers.
diff --git a/web/react/components/signup_user_complete.jsx b/web/react/components/signup_user_complete.jsx index 0fcdc92b0b..146419cf55 100644 --- a/web/react/components/signup_user_complete.jsx +++ b/web/react/components/signup_user_complete.jsx @@ -120,6 +120,7 @@ module.exports = React.createClass({
{"Choose your username and password for the " + this.props.team_name + " " + strings.Team +"."}
+Your username can be made of lowercase letters and numbers.