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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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.`}
|
|
|
|