aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/app.js')
-rw-r--r--ui/app/app.js2
1 files changed, 1 insertions, 1 deletions
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 }),