mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -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={
|
||||
this.state.focused === 'passwordConfirm' && !touched.passwordConfirm &&
|
||||
this.props.intl.formatMessage({
|
||||
id: 'registration.passwordConfirmAdviceShort'
|
||||
id: 'registration.confirmPasswordInstruction'
|
||||
})
|
||||
}
|
||||
type={values.showPassword ? 'text' : 'password'}
|
||||
|
|
|
@ -181,7 +181,6 @@
|
|||
"registration.notYou": "Not you? Log in as another user",
|
||||
"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.passwordConfirmAdviceShort": "Type password again",
|
||||
"registration.personalStepTitle": "Personal Information",
|
||||
"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.",
|
||||
|
|
Loading…
Reference in a new issue