Skip to content

Commit

Permalink
fix: add exposedPrefix manually stopped AB#24074
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisvisser committed Oct 9, 2023
1 parent b0c36bf commit 0bccd9d
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bccd9d

Please sign in to comment.