mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Clarify username field is not for logging in
This commit is contained in:
parent
300831c1e1
commit
0816b0ec0f
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue