Skip to content

Commit

Permalink
fix: reiterate eventname AB#14708
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisvisser committed Aug 5, 2022
1 parent 1aa7761 commit 15ab37f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,13 @@
[isTriggered]="true"
>
<p
[translate]="
[innerHTML]="
'chat-component.' + disasterTypeName + '.active-event.overview'
| translate
: {
nrTriggeredAreas: activeAreas.length,
adminAreaLabelPlural: adminAreaLabelPlural,
eventName: eventState?.event.eventName,
actionIndicator: actionIndicatorLabel
}
"
Expand Down Expand Up @@ -201,12 +202,13 @@
[isStopped]="true"
>
<p
[translate]="
[innerHTML]="
'chat-component.' + disasterTypeName + '.stopped-event.overview'
| translate
: {
nrStoppedAreas: stoppedAreas.length,
adminAreaLabelPlural: adminAreaLabelPlural,
eventName: eventState?.event.eventName,
actionIndicator: actionIndicatorLabel
}
"
Expand Down
6 changes: 3 additions & 3 deletions interfaces/IBF-dashboard/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"welcome": "There is <strong>no active trigger</strong> for typhoon <strong>{{ eventName }}</strong> any more, as can be seen in the map, which always reflects the latest forecast. However, you can still see here the EAP-actions that relate to the event that started on <strong>{{ startDate }}</strong> and ended on <strong>{{ endDate }}</strong>. These actions stay visible here for 7 days after the end-date."
},
"active-event": {
"overview": "There are {{ nrTriggeredAreas }} {{ adminAreaLabelPlural }} exposed. They are listed below in order of {{ actionIndicator}}.",
"overview": "There are {{ nrTriggeredAreas }} {{ adminAreaLabelPlural }} exposed for typhoon <strong>{{ eventName }}</strong>. They are listed below in order of {{ actionIndicator}}.",
"instruction": "The triggered areas are highlighted in the map with a red outline. Please select the area on the map to monitor, select and send the pre-planned anticipatory actions executed in each area and eventually close the event.",
"place-name": "{{ adminAreaLabel }}: <strong>{{ placeName }}</strong>",
"exposed": "Houses affected:",
Expand All @@ -199,12 +199,12 @@
}
},
"stopped-event": {
"overview": "The following {{ nrStoppedAreas }} {{adminAreaLabelPlural}} were manually stopped and listed below in order of {{ actionIndicator }}.",
"overview": "The following {{ nrStoppedAreas }} {{adminAreaLabelPlural}} were manually stopped for typhoon <strong>{{ eventName }}</strong> and listed below in order of {{ actionIndicator }}.",
"instruction": "To see when this was done and by whom, click on the area in the map.",
"area": "The floods trigger warning for <strong>{{ placeCodeName }}</strong> activated on <strong>{{ startDate }}</strong> was manually stopped by <strong>{{ displayName }}</strong> on <strong>{{ stoppedDate }}</strong>."
},
"event-switcher": {
"current-event-message": "The map is currently showing this event.",
"current-event-message": "The portal is currently showing this event.",
"switch-event-button-prefix": "Show "
}
},
Expand Down

0 comments on commit 15ab37f

Please sign in to comment.