fixes mm-1218 adds sentence describing username to sign up pages

Этот коммит содержится в:
JoramWilander
2015-06-16 12:24:51 -04:00
родитель 347333c6a4
Коммит 4330537303
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@@ -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>