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 | |
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
-rw-r--r-- | docker-compose.yml | 6 | ||||
-rw-r--r-- | mascara/src/app/first-time/create-password-screen.js | 12 |
2 files changed, 7 insertions, 11 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 58c046c32..9a57617dd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,8 +4,8 @@ metamascara: ports: - "9001" environment: - MASCARA_ORIGIN: "https://zero.metamask.io" + MASCARA_ORIGIN: "https://wallet.metamask.io" VIRTUAL_PORT: "9001" - VIRTUAL_HOST: "zero.metamask.io" - LETSENCRYPT_HOST: "zero.metamask.io" + VIRTUAL_HOST: "wallet.metamask.io" + LETSENCRYPT_HOST: "wallet.metamask.io" LETSENCRYPT_EMAIL: "admin@metamask.io"
\ No newline at end of file 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"> |