Rename drop menu item to be consistent with naming.

This commit is contained in:
Kevin Serrano 2016-10-04 21:47:17 -07:00
parent f7714412e5
commit 862adf3a4b
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ App.prototype.renderDropdown = function () {
}),
h(DropMenuItem, {
label: 'Help',
label: 'Info',
closeMenu: () => this.setState({ isMainMenuOpen: !isOpen }),
action: () => this.props.dispatch(actions.showInfoPage()),
icon: h('i.fa.fa-question.fa-lg'),