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

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