Skip to content

Commit

Permalink
✏️ (#2735): typofix
Browse files Browse the repository at this point in the history
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
  • Loading branch information
Vinicius Reis authored and vinicius73 committed Aug 1, 2022
1 parent 2d73c6a commit e264032
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 @@ -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

0 comments on commit e264032

Please sign in to comment.