#175 - fixed label

missed it during the review
This commit is contained in:
Simon Cambier
2023-05-19 09:59:00 +02:00
parent 027c9e3bc9
commit d32f250b76

View File

@@ -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) {