summaryrefslogtreecommitdiffstats
path: root/web/react/components/signup_team_complete.jsx
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-06-17 09:06:13 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-06-17 09:06:13 -0700
commitfabc409a6221d1f9ccadf5c7200558ec9a0da42f (patch)
treeb0dae44e660b37571ba4ac940ec4c1bf1658a117 /web/react/components/signup_team_complete.jsx
parent988d5371d500924b548a35a06fc84e79ebf6117a (diff)
parentcafbada5148546750ec50af8a5e754d22ebf5059 (diff)
downloadchat-fabc409a6221d1f9ccadf5c7200558ec9a0da42f.tar.gz
chat-fabc409a6221d1f9ccadf5c7200558ec9a0da42f.tar.bz2
chat-fabc409a6221d1f9ccadf5c7200558ec9a0da42f.zip
Merge pull request #4 from rgarmsen2295/master
Sanity check
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>