Merge branch 'VM/RED-9585' into 'master'

RED-9585 - updated translation param

Closes RED-9585

See merge request redactmanager/red-ui!738
This commit is contained in:
Dan Percic 2024-12-04 10:39:11 +01:00
commit ff3c5768c6
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