Clarify username field is not for logging in

This commit is contained in:
Ray Schamp 2016-06-30 16:15:24 -04:00
parent 300831c1e1
commit 0816b0ec0f
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",