fix in translation

This commit is contained in:
SPRINX0\prochazka
2025-11-11 08:17:42 +01:00
parent 4f27c2b852
commit 92a78a419e

View File

@@ -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: {},