Make config page title consistent with menu item.

feature/default_network_editable
Kevin Serrano 8 years ago
parent 94bfb5410b
commit 9b61978738
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4
  1. 2
      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

Loading…
Cancel
Save