diff options
Merge branch 'master' of github.com:MetaMask/metamask-plugin
Diffstat (limited to 'ui/app/app.js')
-rw-r--r-- | ui/app/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/app.js b/ui/app/app.js index a07118ddb..8a51f968b 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -157,6 +157,7 @@ App.prototype.renderAppBar = function () { width: '23.5px', marginRight: '8px', }, + title: 'Switch Accounts', onClick: (event) => { event.stopPropagation() this.props.dispatch(actions.showAccountsPage()) |