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:
parent
536d8216ea
commit
e0f8628486
@ -222,7 +222,7 @@ App.prototype.renderDropdown = function() {
|
|||||||
}),
|
}),
|
||||||
|
|
||||||
h(DropMenuItem, {
|
h(DropMenuItem, {
|
||||||
label: 'Lock Account',
|
label: 'Lock',
|
||||||
closeMenu:() => this.props.dispatch(actions.closeMenu()),
|
closeMenu:() => this.props.dispatch(actions.closeMenu()),
|
||||||
action:() => this.props.dispatch(actions.lockMetamask()),
|
action:() => this.props.dispatch(actions.lockMetamask()),
|
||||||
icon: h('i.fa.fa-lock.fa-lg', { ariaHidden: true }),
|
icon: h('i.fa.fa-lock.fa-lg', { ariaHidden: true }),
|
||||||
|
Loading…
Reference in New Issue
Block a user