Merge pull request #4571 from Nriver/master

fix typo in keyboard shortcuts description
This commit is contained in:
zadam 2024-01-09 22:53:41 +01:00 committed by GitHub
commit dff4f73366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}, },
{ {