Shorten 'Keyboard Shortcuts' to just 'Shortcuts'

This commit is contained in:
Cedricium
2017-09-11 07:39:19 -07:00
parent 29e347c511
commit 538c18fa90
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ class PreferenceNav extends BaseComponent {
this.props = props; this.props = props;
this.navItems = ['General', 'Network', 'Servers', 'Keyboard Shortcuts']; this.navItems = ['General', 'Network', 'Servers', 'Shortcuts'];
this.init(); this.init();
} }

View File

@@ -57,7 +57,7 @@ class PreferenceView extends BaseComponent {
}); });
break; break;
} }
case 'Keyboard Shortcuts': { case 'Shortcuts': {
this.section = new ShortcutsSection({ this.section = new ShortcutsSection({
$root: this.$settingsContainer $root: this.$settingsContainer
}); });