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:
commit
ff3c5768c6
@ -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