diff options
ui - change window title 'MetaMask Plugin' to 'MetaMask'
Diffstat (limited to 'app/popup.html')
-rw-r--r-- | app/popup.html | 2 |
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> |