aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/home.html2
-rw-r--r--app/popup.html2
2 files changed, 2 insertions, 2 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>
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>