From 92a78a419ef9fb6f1afa8f2d83046f29b56bc87d Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Tue, 11 Nov 2025 08:17:42 +0100 Subject: [PATCH] fix in translation --- packages/web/src/commands/stdCommands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {},