RED-9585 - updated translation param

This commit is contained in:
Valentin Mihai 2024-12-03 17:30:58 +02:00
parent 003817ed9d
commit 842bd4e251
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ export class TranslateChartService {
translateRoles(config: DonutChartConfig[]): DonutChartConfig[] {
return config.map(val => ({
...val,
label: this._translateService.instant(rolesTranslations[val.label], { length: val.value }),
label: this._translateService.instant(rolesTranslations[val.label], { count: val.value }),
}));
}
}

@ -1 +1 @@
Subproject commit 55b21c49899149018d0f2fdd82fef97c3a7d301a
Subproject commit b929f1d13687ebd0a4887c620851ae168fc21935