1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

mascara - fix words and enviroment vars

This commit is contained in:
frankiebee 2017-11-02 12:24:50 -05:00
parent 81af91371d
commit 910c69f655
2 changed files with 7 additions and 11 deletions

View File

@ -4,8 +4,8 @@ metamascara:
ports: ports:
- "9001" - "9001"
environment: environment:
MASCARA_ORIGIN: "https://zero.metamask.io" MASCARA_ORIGIN: "https://wallet.metamask.io"
VIRTUAL_PORT: "9001" VIRTUAL_PORT: "9001"
VIRTUAL_HOST: "zero.metamask.io" VIRTUAL_HOST: "wallet.metamask.io"
LETSENCRYPT_HOST: "zero.metamask.io" LETSENCRYPT_HOST: "wallet.metamask.io"
LETSENCRYPT_EMAIL: "admin@metamask.io" LETSENCRYPT_EMAIL: "admin@metamask.io"

View File

@ -67,14 +67,10 @@ class CreatePasswordScreen extends Component {
height="225" height="225"
/> />
<div className="info"> <div className="info">
MetaMask is a bridge that allows you to visit the distributed web MetaMask is a secure identity vault for Ethereum.
of tomorrow in your browser today. It allows you to run Ethereum Apps right in </div>
your browser without running a full Ethereum node but still gives <div className="info">
you the option to if you want to bring your own. It allows you to hold ether & tokens, and interact with decentralized applications.
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> </div>
</div> </div>
<div className="create-password"> <div className="create-password">