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 @@
- MetaMask Plugin
+ MetaMask
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 @@
- MetaMask Plugin
+ MetaMask
diff --git a/test/e2e/metamask.spec.js b/test/e2e/metamask.spec.js
index c73ba2b41..e81e0a8df 100644
--- a/test/e2e/metamask.spec.js
+++ b/test/e2e/metamask.spec.js
@@ -33,7 +33,7 @@ describe('Metamask popup page', function () {
it('should match title', async () => {
const title = await driver.getTitle()
- assert.equal(title, 'MetaMask Plugin', 'title matches MetaMask Plugin')
+ assert.equal(title, 'MetaMask', 'title matches MetaMask')
})
it('should show privacy notice', async () => {