1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

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 ## Current Master
- Replace "Unlock" wording with "Log In".
## 4.1.3 2018-2-28 ## 4.1.3 2018-2-28
- Ensure MetaMask's inpage provider is named MetamaskInpageProvider to keep some sites from breaking. - 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: { style: {
margin: 10, margin: 10,
}, },
}, 'Unlock'), }, 'Log In'),
]), ]),
h('.flex-row.flex-center.flex-grow', [ h('.flex-row.flex-center.flex-grow', [

View File

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