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

Rename Lock Account to simply Lock

This commit is contained in:
Dan Finlay 2016-06-14 12:59:34 -07:00
parent 536d8216ea
commit e0f8628486

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 }),