aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
authorDan Finlay <flyswatter@users.noreply.github.com>2017-06-13 01:36:16 +0800
committerGitHub <noreply@github.com>2017-06-13 01:36:16 +0800
commit7057c24471059505ae930f4a81fd24e2120c189b (patch)
tree9721b3e82a19f262e6cfd19a0fed5c7b5d7c8603 /ui/app/app.js
parent2e6e6e41250011b451412608e455fe6402634729 (diff)
parenta37c8f3ed07d62948f26444ddce6ac148ed6e458 (diff)
downloadtangerine-wallet-browser-7057c24471059505ae930f4a81fd24e2120c189b.tar.gz
tangerine-wallet-browser-7057c24471059505ae930f4a81fd24e2120c189b.tar.zst
tangerine-wallet-browser-7057c24471059505ae930f4a81fd24e2120c189b.zip
Merge pull request #1570 from MetaMask/addfaq
Modify FAQ to be more visible.
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 6e5aa57cd..53dbc3354 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -341,7 +341,7 @@ App.prototype.renderDropdown = function () {
}),
h(DropMenuItem, {
- label: 'Info',
+ label: 'Info/Help',
closeMenu: () => this.setState({ isMainMenuOpen: !isOpen }),
action: () => this.props.dispatch(actions.showInfoPage()),
icon: h('i.fa.fa-question.fa-lg'),