Skip to content

Commit

Permalink
Update src/components/Menu/keys.js
Browse files Browse the repository at this point in the history
Co-authored-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Vinicius Reis <luiz.vinicius73@gmail.com>
  • Loading branch information
2 people authored and vinicius73 committed Aug 1, 2022
1 parent bef30c8 commit 6d8b6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menu/keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const MODIFIERS = {
}

const TRANSLATIONS = {
[MODIFIERS.Mod]: t('text', isMac ? 'Command' : 'Control'),
[MODIFIERS.Mod]: isMac ? t('text', 'Command') : t('text', 'Control'),
[MODIFIERS.Control]: t('text', 'Ctrl'),
[MODIFIERS.Alt]: t('text', isMac ? 'Option' : 'Alt'),
[MODIFIERS.Shift]: t('text', 'Shift'),
Expand Down

0 comments on commit 6d8b6ac

Please sign in to comment.