fix: stop replacing del word with Delete (#5897)

This commit is contained in:
David Luzar
2022-11-19 18:28:08 +01:00
committed by GitHub
parent 8ed0fc2c87
commit 81fd2350a9
3 changed files with 3 additions and 4 deletions

View File

@ -303,7 +303,7 @@ export const HelpDialog = ({ onClose }: { onClose?: () => void }) => {
/>
<Shortcut
label={t("labels.delete")}
shortcuts={[getShortcutKey("Del")]}
shortcuts={[getShortcutKey("Delete")]}
/>
<Shortcut
label={t("labels.sendToBack")}