summaryrefslogtreecommitdiffstats
path: root/web/react/components/signup_team_complete.jsx
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-06-18 11:35:59 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-06-18 11:35:59 -0700
commit94c727a9c20e9fed0dab3d7e2688f9b96f0743e7 (patch)
tree422c7abe627630cb342c401c6c894ba6c12fa230 /web/react/components/signup_team_complete.jsx
parent8ae7afa5cc0119c7308aa87ce65c3c6c875da985 (diff)
parentb7ada27c019598afe95ac4fb6b0a63f394510785 (diff)
downloadchat-94c727a9c20e9fed0dab3d7e2688f9b96f0743e7.tar.gz
chat-94c727a9c20e9fed0dab3d7e2688f9b96f0743e7.tar.bz2
chat-94c727a9c20e9fed0dab3d7e2688f9b96f0743e7.zip
Merge pull request #9 from rgarmsen2295/master
to me
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>