Copy / messaging tweaks (#1253)

* replace "don't have a wallet" with "account" for more consistency

* Update Copyright info in disclaimer model

* fix prettier issues
This commit is contained in:
Taylor Monahan 2018-03-05 11:51:06 -08:00 committed by Daniel Ternyak
parent 533255094b
commit 7941403782
2 changed files with 6 additions and 2 deletions

View File

@ -41,7 +41,11 @@ const DisclaimerModal: React.SFC<Props> = ({ isOpen, handleClose }) => {
English and, because of this, the English version of our website is the official text.
</p>
<p>
<b>MIT License</b> Copyright © 2015-2017 MyCrypto LLC
<b>MIT License</b>
<br />
Copyright (c) 2015-2017 MyEtherWallet LLC
<br />
Copyright (c) 2018 MyCrypto, Inc.
</p>
<p>
Permission is hereby granted, free of charge, to any person obtaining a copy of this

View File

@ -349,7 +349,7 @@ export class WalletDecrypt extends Component<Props, State> {
{this.props.showGenerateLink && (
<div className="WalletDecrypt-wallets-generate">
Dont have a wallet? <Link to="/generate">Click here to get one</Link>.
Dont have an account yet? <Link to="/generate">Click here to get one</Link>.
</div>
)}
</div>