mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +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' }),
|
||||
onClick: () => {
|
||||
openNewTab({
|
||||
title: __t('command.settings.shortcuts', { defaultMessage: 'Keyboard shortcuts' }),
|
||||
title: _t('command.settings.shortcuts', { defaultMessage: 'Keyboard shortcuts' }),
|
||||
icon: 'icon keyboard',
|
||||
tabComponent: 'CommandListTab',
|
||||
props: {},
|
||||
|
||||
Reference in New Issue
Block a user