diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2016-10-05 12:06:31 +0800 |
---|---|---|
committer | Kevin Serrano <kevgagser@gmail.com> | 2016-10-05 12:06:31 +0800 |
commit | 9b619787386cd951ebe96555574829b7c632a2c2 (patch) | |
tree | a2089580ce1effc2b1a0d41f85b0c132c9fa4dc9 /ui/app | |
parent | 94bfb5410b8548440436215d68769963725adb59 (diff) | |
download | tangerine-wallet-browser-9b619787386cd951ebe96555574829b7c632a2c2.tar tangerine-wallet-browser-9b619787386cd951ebe96555574829b7c632a2c2.tar.gz tangerine-wallet-browser-9b619787386cd951ebe96555574829b7c632a2c2.tar.bz2 tangerine-wallet-browser-9b619787386cd951ebe96555574829b7c632a2c2.tar.lz tangerine-wallet-browser-9b619787386cd951ebe96555574829b7c632a2c2.tar.xz tangerine-wallet-browser-9b619787386cd951ebe96555574829b7c632a2c2.tar.zst tangerine-wallet-browser-9b619787386cd951ebe96555574829b7c632a2c2.zip |
Make config page title consistent with menu item.
Diffstat (limited to 'ui/app')
-rw-r--r-- | ui/app/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/config.js b/ui/app/config.js index b043a47d6..e09a38cd8 100644 --- a/ui/app/config.js +++ b/ui/app/config.js @@ -31,7 +31,7 @@ ConfigScreen.prototype.render = function () { state.dispatch(actions.goHome()) }, }), - h('h2.page-subtitle', 'Configuration'), + h('h2.page-subtitle', 'Settings'), ]), // conf view |