diff options
author | frankiebee <frankie.diamond@gmail.com> | 2017-11-03 01:24:50 +0800 |
---|---|---|
committer | frankiebee <frankie.diamond@gmail.com> | 2017-11-03 01:24:50 +0800 |
commit | 910c69f6553fa433853684a17a6ff5c6df570ade (patch) | |
tree | bb0bc992f849067e83087aa7ff16ec33954e6b9a /mascara/src/app | |
parent | 81af91371db91eb4059c9283b63d3e253c2e8d17 (diff) | |
download | tangerine-wallet-browser-910c69f6553fa433853684a17a6ff5c6df570ade.tar tangerine-wallet-browser-910c69f6553fa433853684a17a6ff5c6df570ade.tar.gz tangerine-wallet-browser-910c69f6553fa433853684a17a6ff5c6df570ade.tar.bz2 tangerine-wallet-browser-910c69f6553fa433853684a17a6ff5c6df570ade.tar.lz tangerine-wallet-browser-910c69f6553fa433853684a17a6ff5c6df570ade.tar.xz tangerine-wallet-browser-910c69f6553fa433853684a17a6ff5c6df570ade.tar.zst tangerine-wallet-browser-910c69f6553fa433853684a17a6ff5c6df570ade.zip |
mascara - fix words and enviroment vars
Diffstat (limited to 'mascara/src/app')
-rw-r--r-- | mascara/src/app/first-time/create-password-screen.js | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/mascara/src/app/first-time/create-password-screen.js b/mascara/src/app/first-time/create-password-screen.js index e5bfc1af4..c852df9cf 100644 --- a/mascara/src/app/first-time/create-password-screen.js +++ b/mascara/src/app/first-time/create-password-screen.js @@ -67,14 +67,10 @@ class CreatePasswordScreen extends Component { height="225" /> <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 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 locally on your machine, - providing a user interface to manage your identities on different sites - and sign blockchain transactions + MetaMask is a secure identity vault for Ethereum. + </div> + <div className="info"> + It allows you to hold ether & tokens, and interact with decentralized applications. </div> </div> <div className="create-password"> |