summaryrefslogtreecommitdiffstats
path: root/web/react/components/signup_team_complete.jsx
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-07-31 08:07:11 -0700
committernickago <ngonella@calpoly.edu>2015-07-31 08:07:11 -0700
commit4f235669e7df1b74655f623881e51d0b519da42a (patch)
treedea5612f670a15531d577fdda04c0bebb5b1fd1f /web/react/components/signup_team_complete.jsx
parentcd2e035b25607188ae41ed2bdb90e30511ca40a8 (diff)
downloadchat-4f235669e7df1b74655f623881e51d0b519da42a.tar.gz
chat-4f235669e7df1b74655f623881e51d0b519da42a.tar.bz2
chat-4f235669e7df1b74655f623881e51d0b519da42a.zip
Updated actual text of error message
Diffstat (limited to 'web/react/components/signup_team_complete.jsx')
-rw-r--r--web/react/components/signup_team_complete.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/signup_team_complete.jsx b/web/react/components/signup_team_complete.jsx
index fcc1f0e14..447a405bd 100644
--- a/web/react/components/signup_team_complete.jsx
+++ b/web/react/components/signup_team_complete.jsx
@@ -511,7 +511,7 @@ UsernamePage = React.createClass({
this.setState({name_error: 'This username is reserved, please choose a new one.'});
return;
} else if (username_error) {
- this.setState({name_error: "Username must begin with a letter, and contain between 3 to 15 characters made up of numbers, lowercase letters, and the symbols '.', '-', and '_'"});
+ this.setState({name_error: "Username must begin with a letter, and contain 3 to 15 characters in total, which may be numbers, lowercase letters, or any of the symbols '.', '-', or '_'"});
return;
}