add missing translation key for the Cmd key on MacOS

This commit is contained in:
Athou
2024-08-03 12:56:56 +02:00
parent 6ea318acd3
commit 6c7e2ea847
29 changed files with 113 additions and 3 deletions

View File

@@ -150,9 +150,7 @@ export function KeyboardShortcutsHelp() {
<Trans>Navigate to a subscription by entering its name</Trans>
</Table.Td>
<Table.Td>
<Kbd>
<Trans>{isMacOS ? "Cmd" : "Ctrl"}</Trans>
</Kbd>
<Kbd>{isMacOS ? <Trans>Cmd</Trans> : <Trans>Ctrl</Trans>}</Kbd>
<span> + </span>
<Kbd>K</Kbd>
<span>, </span>