Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
Merge pull request #14 from igorline/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
OnlyOneJMJQ authored Aug 4, 2018
2 parents f3ab18c + 0e1f9d6 commit 8544a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LoadingContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class LoadingContainer extends Component {
<div className="pure-g">
<div className="pure-u-1-1">
<h1>🦊</h1>
<p><strong>We can't find any Ethereum accounts!</strong> Please check and make sure Metamask or you browser are pointed at the correct network and your account is unlocked.</p>
<p><strong>We can't find any Ethereum accounts!</strong> Please check and make sure Metamask or your browser are pointed at the correct network and your account is unlocked.</p>
</div>
</div>
</main>
Expand Down Expand Up @@ -78,4 +78,4 @@ const mapStateToProps = state => {
}
}

export default drizzleConnect(LoadingContainer, mapStateToProps)
export default drizzleConnect(LoadingContainer, mapStateToProps)

0 comments on commit 8544a38

Please sign in to comment.