RED-9585 - updated translation param
This commit is contained in:
parent
da8c9fdd0a
commit
616a9ec087
@ -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 }),
|
||||
}));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user