From d32f250b76763a26e7c0d211364565fd11ef0830 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Fri, 19 May 2023 09:59:00 +0200 Subject: [PATCH] #175 - fixed label missed it during the review --- src/components/ModalVault.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ModalVault.svelte b/src/components/ModalVault.svelte index b35d964..9bbaf80 100644 --- a/src/components/ModalVault.svelte +++ b/src/components/ModalVault.svelte @@ -50,11 +50,11 @@ openInNewPaneKey = '↵' openInCurrentPaneKey = getCtrlKeyLabel() + ' ↵' createInNewPaneKey = 'shift ↵' - createInCurrentPaneKey = 'ctrl shift ↵' + createInCurrentPaneKey = getCtrlKeyLabel() + ' shift ↵' } else { openInNewPaneKey = getCtrlKeyLabel() + ' ↵' openInCurrentPaneKey = '↵' - createInNewPaneKey = 'ctrl shift ↵' + createInNewPaneKey = getCtrlKeyLabel() + ' shift ↵' createInCurrentPaneKey = 'shift ↵' } $: if (searchQuery) {