Merge pull request #648 from rschamp/feature/username-clarity

Clarify username field is not for logging in
This commit is contained in:
Ray Schamp 2016-06-30 16:17:14 -04:00 committed by GitHub
commit 5b288e4d3e
2 changed files with 2 additions and 1 deletions

View file

@ -102,7 +102,7 @@ module.exports = {
</p>
<Card>
<Form onValidSubmit={this.onValidSubmit}>
<Input label={formatMessage({id: 'general.username'})}
<Input label={formatMessage({id: 'general.createUsername'})}
className={this.state.validUsername}
type="text"
name="user.username"

View file

@ -12,6 +12,7 @@
"general.copyright": "Scratch is a project of the Lifelong Kindergarten Group at the MIT Media Lab",
"general.country": "Country",
"general.create": "Create",
"general.createUsername": "Create a Username",
"general.credits": "Credits",
"general.discuss": "Discuss",
"general.dmca": "DMCA",