RED-9585 - updated translation param
This commit is contained in:
parent
003817ed9d
commit
842bd4e251
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user