diff --git a/src/components/misc/keyboard-shortcuts/shortcuts.ts b/src/components/misc/keyboard-shortcuts/shortcuts.ts index 537da552a..538f1db7f 100644 --- a/src/components/misc/keyboard-shortcuts/shortcuts.ts +++ b/src/components/misc/keyboard-shortcuts/shortcuts.ts @@ -75,7 +75,7 @@ export const KEYBOARD_SHORTCUTS : ShortcutGroup[] = [ available: (route) => (route.name as string)?.startsWith('project.'), shortcuts: [ { - title: 'keyboardShortcuts.project.switchToProjectView', + title: 'keyboardShortcuts.project.switchToListView', keys: ['g', 'l'], combination: 'then', }, diff --git a/src/components/project/ProjectWrapper.vue b/src/components/project/ProjectWrapper.vue index 3645d7e9a..7f1ad8c5a 100644 --- a/src/components/project/ProjectWrapper.vue +++ b/src/components/project/ProjectWrapper.vue @@ -7,7 +7,7 @@