diff --git a/packages/web/src/commands/stdCommands.ts b/packages/web/src/commands/stdCommands.ts index b5bdbc694..54f0f3854 100644 --- a/packages/web/src/commands/stdCommands.ts +++ b/packages/web/src/commands/stdCommands.ts @@ -768,7 +768,7 @@ if (hasPermission('settings/change')) { name: __t('command.settings.shortcuts', { defaultMessage: 'Keyboard shortcuts' }), onClick: () => { openNewTab({ - title: __t('command.settings.shortcuts', { defaultMessage: 'Keyboard shortcuts' }), + title: _t('command.settings.shortcuts', { defaultMessage: 'Keyboard shortcuts' }), icon: 'icon keyboard', tabComponent: 'CommandListTab', props: {},