diff options
author | frankiebee <frankie.diamond@gmail.com> | 2017-11-01 03:26:17 +0800 |
---|---|---|
committer | frankiebee <frankie.diamond@gmail.com> | 2017-11-01 03:26:17 +0800 |
commit | 81af91371db91eb4059c9283b63d3e253c2e8d17 (patch) | |
tree | 4856a500d0095533a946fd21a7a4d6b00f25c7c9 /mascara | |
parent | 5f7bc85c3d74746bf96371eb85e662abf4080c9f (diff) | |
download | tangerine-wallet-browser-81af91371db91eb4059c9283b63d3e253c2e8d17.tar tangerine-wallet-browser-81af91371db91eb4059c9283b63d3e253c2e8d17.tar.gz tangerine-wallet-browser-81af91371db91eb4059c9283b63d3e253c2e8d17.tar.bz2 tangerine-wallet-browser-81af91371db91eb4059c9283b63d3e253c2e8d17.tar.lz tangerine-wallet-browser-81af91371db91eb4059c9283b63d3e253c2e8d17.tar.xz tangerine-wallet-browser-81af91371db91eb4059c9283b63d3e253c2e8d17.tar.zst tangerine-wallet-browser-81af91371db91eb4059c9283b63d3e253c2e8d17.zip |
mascara:first-time - fix wording
Diffstat (limited to 'mascara')
-rw-r--r-- | mascara/src/app/first-time/create-password-screen.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mascara/src/app/first-time/create-password-screen.js b/mascara/src/app/first-time/create-password-screen.js index b1c2581a1..e5bfc1af4 100644 --- a/mascara/src/app/first-time/create-password-screen.js +++ b/mascara/src/app/first-time/create-password-screen.js @@ -68,11 +68,11 @@ class CreatePasswordScreen extends Component { /> <div className="info"> MetaMask is a bridge that allows you to visit the distributed web - of tomorrow in your browser today. It allows you to run Ethereum dApps right in + of tomorrow in your browser today. It allows you to run Ethereum Apps right in your browser without running a full Ethereum node but still gives you the option to if you want to bring your own. - MetaMask includes a secure identity vault stored loacly on your machine, + MetaMask includes a secure identity vault stored locally on your machine, providing a user interface to manage your identities on different sites and sign blockchain transactions </div> |