Skip to content

Commit

Permalink
Merge pull request #4571 from Nriver/master
Browse files Browse the repository at this point in the history
fix typo in keyboard shortcuts description
  • Loading branch information
zadam committed Jan 9, 2024
2 parents e2cb3c0 + 23a5cea commit dff4f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/keyboard_actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ const DEFAULT_KEYBOARD_ACTIONS = [
{
actionName: "reopenLastTab",
defaultShortcuts: isElectron ? ["CommandOrControl+Shift+T"] : [],
description: "Repoens the last closed tab",
description: "Reopens the last closed tab",
scope: "window"
},
{
Expand Down Expand Up @@ -291,7 +291,7 @@ const DEFAULT_KEYBOARD_ACTIONS = [
{
actionName: "eigthTab",
defaultShortcuts: ["CommandOrControl+8"],
description: "Activates the eigth tab in the list",
description: "Activates the eighth tab in the list",
scope: "window"
},
{
Expand Down

0 comments on commit dff4f73

Please sign in to comment.