aboutsummaryrefslogtreecommitdiffstats
path: root/app/popup.html
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-03-29 04:37:02 +0800
committerkumavis <aaron@kumavis.me>2018-03-29 04:37:02 +0800
commit5834c13769a4c84fc89f2c4bd2480f3fe58b5100 (patch)
tree906445e6ebf447ae96041a03a64391b5dd1ed16b /app/popup.html
parent16c36cc51bef563964ba583191df92a336916d5a (diff)
downloadtangerine-wallet-browser-5834c13769a4c84fc89f2c4bd2480f3fe58b5100.tar
tangerine-wallet-browser-5834c13769a4c84fc89f2c4bd2480f3fe58b5100.tar.gz
tangerine-wallet-browser-5834c13769a4c84fc89f2c4bd2480f3fe58b5100.tar.bz2
tangerine-wallet-browser-5834c13769a4c84fc89f2c4bd2480f3fe58b5100.tar.lz
tangerine-wallet-browser-5834c13769a4c84fc89f2c4bd2480f3fe58b5100.tar.xz
tangerine-wallet-browser-5834c13769a4c84fc89f2c4bd2480f3fe58b5100.tar.zst
tangerine-wallet-browser-5834c13769a4c84fc89f2c4bd2480f3fe58b5100.zip
ui - change window title 'MetaMask Plugin' to 'MetaMask'
Diffstat (limited to 'app/popup.html')
-rw-r--r--app/popup.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/popup.html b/app/popup.html
index bf09b97ca..148d266d3 100644
--- a/app/popup.html
+++ b/app/popup.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 style="width:357px; height:600px;">
<div id="app-content"></div>