Skip to content

Commit

Permalink
fix(translations): ensure keys and defaults match
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed Mar 3, 2021
1 parent 7d6eed8 commit 175dbf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1927,6 +1927,7 @@ type MessagesType = {
'scenes.login.clickhere': 'click here.'
'scenes.login.findyourguid': 'Forgot your Wallet ID? Request a reminder via email.'
'scenes.login.needhelp': 'Need additional help logging in?'
'scenes.login.needhelpnew': 'Need additional help logging in?'
'scenes.login.google': 'Authenticator App Code'
'scenes.login.guid': 'Wallet ID'
'scenes.login.guiderror': 'Unknown Wallet ID. If you need a reminder '
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ const Login = (props: InjectedFormProps<{}, Props> & Props) => {
<LoginHelpText>
<Text size='14px' color='grey600' weight={500}>
<FormattedMessage
id='scenes.login.needhelp'
id='scenes.login.needhelpnew'
defaultMessage='Need additional help logging in?'
/>
</Text>
Expand Down

0 comments on commit 175dbf3

Please sign in to comment.