Browse Source

Merge pull request #608 from LN-Zap/fix/login-copy

fix(copy): fix small typo in login copy
renovate/lint-staged-8.x
Tom Kirkpatrick 7 years ago
committed by GitHub
parent
commit
dd1bcf23f1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/components/Onboarding/Onboarding.js

2
app/components/Onboarding/Onboarding.js

@ -161,7 +161,7 @@ const Onboarding = ({
return (
<FormContainer
title="Welcome back!"
description={`It looks like you have already a wallet
description={`It looks like you already have a wallet
${Boolean(initWalletProps.loginProps.existingWalletDir) &&
`(we found one at \`${initWalletProps.loginProps.existingWalletDir}\`)`}.
Please enter your wallet password to unlock it.`}

Loading…
Cancel
Save