Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
✏️ (#2735): typofix
Signed-off-by: Vinicius Reis <[email protected]>
  • Loading branch information
Vinicius Reis authored and vinicius73 committed Aug 1, 2022
commit e264032329f5673bc93a3031ef52cc42ac1fe2f1
2 changes: 1 addition & 1 deletion src/components/Menu/keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const MODIFIERS = {
const TRANSLATIONS = {
[MODIFIERS.Mod]: t('text', isMac ? 'Command' : 'Control'),
[MODIFIERS.Control]: t('text', 'Ctrl'),
[MODIFIERS.Alt]: t('text', isMac ? 'Option' : 'Command'),
[MODIFIERS.Alt]: t('text', isMac ? 'Option' : 'Alt'),
[MODIFIERS.Shift]: t('text', 'Shift'),
}

Expand Down