diff --git a/apps/files/src/components/FilesAppSettings/FilesAppSettingsShortcuts.vue b/apps/files/src/components/FilesAppSettings/FilesAppSettingsShortcuts.vue index 5d4aa0a9ab903..3f5548ac78b8b 100644 --- a/apps/files/src/components/FilesAppSettings/FilesAppSettingsShortcuts.vue +++ b/apps/files/src/components/FilesAppSettings/FilesAppSettingsShortcuts.vue @@ -8,7 +8,7 @@ import type { IHotkeyConfig } from '@nextcloud/files' import { getFileActions } from '@nextcloud/files' import { t } from '@nextcloud/l10n' -import NcAppSettingsShortcutsSection from '@nextcloud/vue/components/NcAppSettingsShortcutsSection' +import NcAppSettingsSection from '@nextcloud/vue/components/NcAppSettingsSection' import NcHotkey from '@nextcloud/vue/components/NcHotkey' import NcHotkeyList from '@nextcloud/vue/components/NcHotkeyList' @@ -43,7 +43,10 @@ function hotkeyToString(hotkey: IHotkeyConfig): string {