mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
fix in translation
This commit is contained in:
@@ -768,7 +768,7 @@ if (hasPermission('settings/change')) {
|
|||||||
name: __t('command.settings.shortcuts', { defaultMessage: 'Keyboard shortcuts' }),
|
name: __t('command.settings.shortcuts', { defaultMessage: 'Keyboard shortcuts' }),
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
openNewTab({
|
openNewTab({
|
||||||
title: __t('command.settings.shortcuts', { defaultMessage: 'Keyboard shortcuts' }),
|
title: _t('command.settings.shortcuts', { defaultMessage: 'Keyboard shortcuts' }),
|
||||||
icon: 'icon keyboard',
|
icon: 'icon keyboard',
|
||||||
tabComponent: 'CommandListTab',
|
tabComponent: 'CommandListTab',
|
||||||
props: {},
|
props: {},
|
||||||
|
|||||||
Reference in New Issue
Block a user