mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-18 09:00:30 -05:00
removed duplicate confirm password string
This commit is contained in:
parent
ff2cab476d
commit
4f0a87e25b
2 changed files with 1 additions and 2 deletions
|
@ -203,7 +203,7 @@ class UsernameStep extends React.Component {
|
||||||
toolTip={
|
toolTip={
|
||||||
this.state.focused === 'passwordConfirm' && !touched.passwordConfirm &&
|
this.state.focused === 'passwordConfirm' && !touched.passwordConfirm &&
|
||||||
this.props.intl.formatMessage({
|
this.props.intl.formatMessage({
|
||||||
id: 'registration.passwordConfirmAdviceShort'
|
id: 'registration.confirmPasswordInstruction'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
type={values.showPassword ? 'text' : 'password'}
|
type={values.showPassword ? 'text' : 'password'}
|
||||||
|
|
|
@ -181,7 +181,6 @@
|
||||||
"registration.notYou": "Not you? Log in as another user",
|
"registration.notYou": "Not you? Log in as another user",
|
||||||
"registration.optIn": "Send me updates on using Scratch in educational settings",
|
"registration.optIn": "Send me updates on using Scratch in educational settings",
|
||||||
"registration.passwordAdviceShort": "Write it down so you remember. Don’t share it with others!",
|
"registration.passwordAdviceShort": "Write it down so you remember. Don’t share it with others!",
|
||||||
"registration.passwordConfirmAdviceShort": "Type password again",
|
|
||||||
"registration.personalStepTitle": "Personal Information",
|
"registration.personalStepTitle": "Personal Information",
|
||||||
"registration.personalStepDescription": "Your individual responses will not be displayed publicly, and will be kept confidential and secure",
|
"registration.personalStepDescription": "Your individual responses will not be displayed publicly, and will be kept confidential and secure",
|
||||||
"registration.private": "Scratch will always keep this information private.",
|
"registration.private": "Scratch will always keep this information private.",
|
||||||
|
|
Loading…
Reference in a new issue