From 79414037829317cd3bae91261ef039d7d7cf16fb Mon Sep 17 00:00:00 2001 From: Taylor Monahan <7924827+tayvano@users.noreply.github.com> Date: Mon, 5 Mar 2018 11:51:06 -0800 Subject: [PATCH] Copy / messaging tweaks (#1253) * replace "don't have a wallet" with "account" for more consistency * Update Copyright info in disclaimer model * fix prettier issues --- common/components/Footer/DisclaimerModal.tsx | 6 +++++- common/components/WalletDecrypt/WalletDecrypt.tsx | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/common/components/Footer/DisclaimerModal.tsx b/common/components/Footer/DisclaimerModal.tsx index 8ec1b62b..3c18a17a 100644 --- a/common/components/Footer/DisclaimerModal.tsx +++ b/common/components/Footer/DisclaimerModal.tsx @@ -41,7 +41,11 @@ const DisclaimerModal: React.SFC = ({ isOpen, handleClose }) => { English and, because of this, the English version of our website is the official text.

- MIT License Copyright © 2015-2017 MyCrypto LLC + MIT License +
+ Copyright (c) 2015-2017 MyEtherWallet LLC +
+ Copyright (c) 2018 MyCrypto, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this diff --git a/common/components/WalletDecrypt/WalletDecrypt.tsx b/common/components/WalletDecrypt/WalletDecrypt.tsx index abf8c18a..b94a1c67 100644 --- a/common/components/WalletDecrypt/WalletDecrypt.tsx +++ b/common/components/WalletDecrypt/WalletDecrypt.tsx @@ -349,7 +349,7 @@ export class WalletDecrypt extends Component { {this.props.showGenerateLink && (

- Don’t have a wallet? Click here to get one. + Don’t have an account yet? Click here to get one.
)}