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
commit5695a6a4b7969837ab72e68b36fad7adfc644f4d (patch)
tree75b8f7c220f5e7116179d47cf5998c87d354cc34 /web/react/components/signup_team_complete.jsx
parent595a912be7ba2c52e5760e15a38b216e23a192ba (diff)
downloadchat-5695a6a4b7969837ab72e68b36fad7adfc644f4d.tar.gz
chat-5695a6a4b7969837ab72e68b36fad7adfc644f4d.tar.bz2
chat-5695a6a4b7969837ab72e68b36fad7adfc644f4d.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>