diff --git a/interfaces/IBF-dashboard/src/app/components/aggregates/aggregates.component.ts b/interfaces/IBF-dashboard/src/app/components/aggregates/aggregates.component.ts index 6ab92831c..c2dc6cf36 100644 --- a/interfaces/IBF-dashboard/src/app/components/aggregates/aggregates.component.ts +++ b/interfaces/IBF-dashboard/src/app/components/aggregates/aggregates.component.ts @@ -264,9 +264,11 @@ export class AggregatesComponent implements OnInit, OnDestroy { this.placeCodeHover.placeCode, subHeaderLabel: this.disasterTypeSettings.isEventBased ? firstCharOfWordsToUpper(this.disasterType.label) - : this.country.adminRegionLabels[ - this.adminLevelService.adminLevel - ]['singular'], + : `${this.exposedPrefix} ${ + this.country.adminRegionLabels[ + this.adminLevelService.adminLevel + ]['singular'] + }`, } : { headerLabel: 'National view', //TODO add to translation file