From 4f0a87e25b10407d505a050785a584632b37a879 Mon Sep 17 00:00:00 2001 From: Ben Wheeler Date: Tue, 20 Aug 2019 01:20:19 +0200 Subject: [PATCH] removed duplicate confirm password string --- src/components/join-flow/username-step.jsx | 2 +- src/l10n.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/join-flow/username-step.jsx b/src/components/join-flow/username-step.jsx index b701ac825..f588360cb 100644 --- a/src/components/join-flow/username-step.jsx +++ b/src/components/join-flow/username-step.jsx @@ -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'} diff --git a/src/l10n.json b/src/l10n.json index 70efa1cdd..e161a64e1 100644 --- a/src/l10n.json +++ b/src/l10n.json @@ -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.",