Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix(copy): fix small typo in login copy
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyMow committed Jul 25, 2018
1 parent 148fe6b commit 93604f2
Show file tree
Hide file tree
Showing 2 changed files with 824 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Onboarding/Onboarding.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.`}
Expand Down
Loading

0 comments on commit 93604f2

Please sign in to comment.