From e0f862848694ab44a2840ee824fd1275c8ac13aa Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Tue, 14 Jun 2016 12:59:34 -0700 Subject: Rename Lock Account to simply Lock --- ui/app/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/app/app.js b/ui/app/app.js index 446c743a9..25d6b1685 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -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 }), -- cgit