Change translation keys for keys with counts

This commit is contained in:
Louis Delbosc
2022-12-06 17:43:35 +01:00
parent e0ae321ff5
commit 7082e3dce9
6 changed files with 20 additions and 20 deletions

View File

@@ -117,7 +117,7 @@ class ColumnListPicker extends Disposable {
col.label.peek(),
)),
wrongTypeCount > 0 ? menuText(
t("WrongTypesMenuText", {wrongTypeCount, columnType: this._column.type.toLowerCase(), count: wrongTypeCount}),
t("{{wrongTypeCount}} non-{{columnType}} columns are not shown", {wrongTypeCount, columnType: this._column.type.toLowerCase(), count: wrongTypeCount}),
testId('map-message-' + this._column.name)
) : null
];