Replace Lock wording with Log Out / Log In

Fixes #2475
This commit is contained in:
Dan Finlay 2018-03-06 14:51:26 -08:00
parent 1bd18cebd7
commit b87687110d
3 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,8 @@
## Current Master
- Replace "Unlock" wording with "Log In".
## 4.1.3 2018-2-28
- Ensure MetaMask's inpage provider is named MetamaskInpageProvider to keep some sites from breaking.

View File

@ -69,7 +69,7 @@ UnlockScreen.prototype.render = function () {
style: {
margin: 10,
},
}, 'Unlock'),
}, 'Log In'),
]),
h('.flex-row.flex-center.flex-grow', [

View File

@ -71,7 +71,7 @@ UnlockScreen.prototype.render = function () {
style: {
margin: 10,
},
}, 'Unlock'),
}, 'Log In'),
]),
h('.flex-row.flex-center.flex-grow', [
@ -104,7 +104,7 @@ UnlockScreen.prototype.render = function () {
},
}, 'Use classic interface'),
]),
])
)
}