mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
translate email address placeholder
This commit is contained in:
parent
2154fba86c
commit
181601dbf5
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ class EmailStep extends React.Component {
|
|||
error={errors.email}
|
||||
id="email"
|
||||
name="email"
|
||||
placeholder="Email address"
|
||||
placeholder={this.props.intl.formatMessage({id: 'general.emailAddress'})}
|
||||
validate={this.validateEmailIfPresent}
|
||||
validationClassName="validation-full-width-input"
|
||||
onBlur={() => validateField('email')} // eslint-disable-line react/jsx-no-bind
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"general.create": "Create",
|
||||
"general.credits": "Credits",
|
||||
"general.dmca": "DMCA",
|
||||
"general.emailAddress": "Email Address",
|
||||
"general.emailAddress": "Email address",
|
||||
"general.english": "English",
|
||||
"general.error": "Oops! Something went wrong",
|
||||
"general.errorIdentifier": "Your error was logged with id {errorId}",
|
||||
|
|
Loading…
Reference in a new issue