From 23a5cea33870b386927cca0ff146b3a81cd22479 Mon Sep 17 00:00:00 2001 From: Nriver <6752679+Nriver@users.noreply.github.com> Date: Mon, 8 Jan 2024 10:20:23 +0800 Subject: [PATCH] fix typo in keyboard shortcuts description --- src/services/keyboard_actions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/services/keyboard_actions.js b/src/services/keyboard_actions.js index 597e81c2f..0e2789d6c 100644 --- a/src/services/keyboard_actions.js +++ b/src/services/keyboard_actions.js @@ -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" }, { @@ -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" }, {