summaryrefslogtreecommitdiffstats
path: root/web/react/components/signup_team_complete.jsx
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-06-16 12:24:51 -0400
committerJoramWilander <jwawilander@gmail.com>2015-06-16 12:24:51 -0400
commit4330537303ee5c8b3b5c82e620b5ec7e002298b4 (patch)
tree326a3ee7040622729ec0a86dcd657aaf1283d742 /web/react/components/signup_team_complete.jsx
parent347333c6a4613ced4f685f772a6b5515e476b94a (diff)
downloadchat-4330537303ee5c8b3b5c82e620b5ec7e002298b4.tar.gz
chat-4330537303ee5c8b3b5c82e620b5ec7e002298b4.tar.bz2
chat-4330537303ee5c8b3b5c82e620b5ec7e002298b4.zip
fixes mm-1218 adds sentence describing username to sign up pages
Diffstat (limited to 'web/react/components/signup_team_complete.jsx')
-rw-r--r--web/react/components/signup_team_complete.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/react/components/signup_team_complete.jsx b/web/react/components/signup_team_complete.jsx
index 066161a10..b038679e6 100644
--- a/web/react/components/signup_team_complete.jsx
+++ b/web/react/components/signup_team_complete.jsx
@@ -467,7 +467,8 @@ UsernamePage = React.createClass({
</div>
{ name_error }
</div>
- <p>{"Pick something " + strings.Team + "mates will recognize. Your username is how you will appear to others"}</p>
+ <p>{"Pick something " + strings.Team + "mates will recognize. Your username is how you will appear to others."}</p>
+ <p>It can be made of lowercase letters and numbers.</p>
<button className="btn btn-default" onClick={this.submitBack}><i className="glyphicon glyphicon-chevron-left"></i> Back</button>&nbsp;
<button className="btn-primary btn" onClick={this.submitNext}>Next<i className="glyphicon glyphicon-chevron-right"></i></button>
</div>