mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
Rename drop menu item to be consistent with naming.
This commit is contained in:
parent
f7714412e5
commit
862adf3a4b
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user