ui - change window title 'MetaMask Plugin' to 'MetaMask'

This commit is contained in:
kumavis 2018-03-28 13:37:02 -07:00
parent 16c36cc51b
commit 5834c13769
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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 () => {