removed duplicate confirm password string

This commit is contained in:
Ben Wheeler 2019-08-20 01:20:19 +02:00
parent ff2cab476d
commit 4f0a87e25b
2 changed files with 1 additions and 2 deletions

View file

@ -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'}

View file

@ -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. Dont 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.",