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

Merge pull request #283 from MetaMask/RewordLock

Reword lock menu item
This commit is contained in:
Dan Finlay 2016-06-14 13:05:57 -07:00 committed by GitHub
commit a04815555f

View File

@ -222,7 +222,7 @@ App.prototype.renderDropdown = function() {
}),
h(DropMenuItem, {
label: 'Lock Account',
label: 'Lock',
closeMenu:() => this.props.dispatch(actions.closeMenu()),
action:() => this.props.dispatch(actions.lockMetamask()),
icon: h('i.fa.fa-lock.fa-lg', { ariaHidden: true }),