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:
parent
533255094b
commit
7941403782
|
@ -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.
|
English and, because of this, the English version of our website is the official text.
|
||||||
</p>
|
</p>
|
||||||
<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>
|
||||||
<p>
|
<p>
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this
|
||||||
|
|
|
@ -349,7 +349,7 @@ export class WalletDecrypt extends Component<Props, State> {
|
||||||
|
|
||||||
{this.props.showGenerateLink && (
|
{this.props.showGenerateLink && (
|
||||||
<div className="WalletDecrypt-wallets-generate">
|
<div className="WalletDecrypt-wallets-generate">
|
||||||
Don’t have a wallet? <Link to="/generate">Click here to get one</Link>.
|
Don’t have an account yet? <Link to="/generate">Click here to get one</Link>.
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue