mascara - fix words and enviroment vars

feature/default_network_editable
frankiebee 7 years ago
parent 81af91371d
commit 910c69f655
  1. 6
      docker-compose.yml
  2. 12
      mascara/src/app/first-time/create-password-screen.js

@ -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"

@ -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">

Loading…
Cancel
Save