fix typo in keyboard shortcuts description

This commit is contained in:
Nriver 2024-01-08 10:20:23 +08:00
parent e2cb3c0d14
commit 23a5cea338

View File

@ -219,7 +219,7 @@ const DEFAULT_KEYBOARD_ACTIONS = [
{ {
actionName: "reopenLastTab", actionName: "reopenLastTab",
defaultShortcuts: isElectron ? ["CommandOrControl+Shift+T"] : [], defaultShortcuts: isElectron ? ["CommandOrControl+Shift+T"] : [],
description: "Repoens the last closed tab", description: "Reopens the last closed tab",
scope: "window" scope: "window"
}, },
{ {
@ -291,7 +291,7 @@ const DEFAULT_KEYBOARD_ACTIONS = [
{ {
actionName: "eigthTab", actionName: "eigthTab",
defaultShortcuts: ["CommandOrControl+8"], defaultShortcuts: ["CommandOrControl+8"],
description: "Activates the eigth tab in the list", description: "Activates the eighth tab in the list",
scope: "window" scope: "window"
}, },
{ {