aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2016-06-28 04:12:24 +0800
committerGitHub <noreply@github.com>2016-06-28 04:12:24 +0800
commitc41c4f719fe3638ec05594283101c81e2552203e (patch)
tree665fe9b1fb540272f8d8a46cf01545450e87f7c7 /ui/app/app.js
parent36c7ffa585f85179458e3ff874a4e821772b6524 (diff)
parent8c7511e9da6cc9da4c482467ec53208bcb97893e (diff)
downloadtangerine-wallet-browser-c41c4f719fe3638ec05594283101c81e2552203e.tar
tangerine-wallet-browser-c41c4f719fe3638ec05594283101c81e2552203e.tar.gz
tangerine-wallet-browser-c41c4f719fe3638ec05594283101c81e2552203e.tar.bz2
tangerine-wallet-browser-c41c4f719fe3638ec05594283101c81e2552203e.tar.lz
tangerine-wallet-browser-c41c4f719fe3638ec05594283101c81e2552203e.tar.xz
tangerine-wallet-browser-c41c4f719fe3638ec05594283101c81e2552203e.tar.zst
tangerine-wallet-browser-c41c4f719fe3638ec05594283101c81e2552203e.zip
Merge pull request #335 from Zanibas/title-additions
Add alt titles to most critical icons
Diffstat (limited to 'ui/app/app.js')
-rw-r--r--ui/app/app.js1
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())