diff options
author | Corey Hulen <corey@hulen.com> | 2015-06-16 10:05:59 -0800 |
---|---|---|
committer | Corey Hulen <corey@hulen.com> | 2015-06-16 10:05:59 -0800 |
commit | f9bd51ed5a6303a076a7120f6e5a351ac400c6ba (patch) | |
tree | f0d7df7c876f1b61055cb1106ec5d6925add1943 /web/react/components/signup_team_complete.jsx | |
parent | 880d075bb3121a164f41a960bd1f2b59a995b931 (diff) | |
parent | 5695a6a4b7969837ab72e68b36fad7adfc644f4d (diff) | |
download | chat-f9bd51ed5a6303a076a7120f6e5a351ac400c6ba.tar.gz chat-f9bd51ed5a6303a076a7120f6e5a351ac400c6ba.tar.bz2 chat-f9bd51ed5a6303a076a7120f6e5a351ac400c6ba.zip |
Merge pull request #12 from mattermost/mm-1285
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.jsx | 3 |
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> <button className="btn-primary btn" onClick={this.submitNext}>Next<i className="glyphicon glyphicon-chevron-right"></i></button> </div> |