mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 17:36:00 +00:00
Update translation tag for columns count
This commit is contained in:
@@ -188,7 +188,7 @@
|
|||||||
|
|
||||||
<ObjectListControl
|
<ObjectListControl
|
||||||
collection={columns?.map((x, index) => ({ ...x, ordinal: index + 1 }))}
|
collection={columns?.map((x, index) => ({ ...x, ordinal: index + 1 }))}
|
||||||
title={_t('tableEditor.columns', {
|
title={_t('tableEditor.columnsCount', {
|
||||||
defaultMessage: 'Columns ({columnCount})',
|
defaultMessage: 'Columns ({columnCount})',
|
||||||
values: { columnCount: columns?.length || 0 },
|
values: { columnCount: columns?.length || 0 },
|
||||||
})}
|
})}
|
||||||
|
|||||||
Reference in New Issue
Block a user