diff options
| author | kumavis <aaron@kumavis.me> | 2018-03-29 04:37:02 +0800 | 
|---|---|---|
| committer | kumavis <aaron@kumavis.me> | 2018-03-29 04:37:02 +0800 | 
| commit | 5834c13769a4c84fc89f2c4bd2480f3fe58b5100 (patch) | |
| tree | 906445e6ebf447ae96041a03a64391b5dd1ed16b /app/home.html | |
| parent | 16c36cc51bef563964ba583191df92a336916d5a (diff) | |
| download | tangerine-wallet-browser-5834c13769a4c84fc89f2c4bd2480f3fe58b5100.tar.gz tangerine-wallet-browser-5834c13769a4c84fc89f2c4bd2480f3fe58b5100.tar.zst tangerine-wallet-browser-5834c13769a4c84fc89f2c4bd2480f3fe58b5100.zip | |
ui - change window title 'MetaMask Plugin' to 'MetaMask'
Diffstat (limited to 'app/home.html')
| -rw-r--r-- | app/home.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/home.html b/app/home.html index cfb4b00a0..730215d1a 100644 --- a/app/home.html +++ b/app/home.html @@ -3,7 +3,7 @@    <head>      <meta charset="utf-8">      <meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no"> -    <title>MetaMask Plugin</title> +    <title>MetaMask</title>    </head>    <body>      <div id="app-content"></div> | 
