diff --git a/interfaces/IBF-dashboard/src/app/components/chat/chat.component.html b/interfaces/IBF-dashboard/src/app/components/chat/chat.component.html index acf1f409e..38c7cb5f2 100644 --- a/interfaces/IBF-dashboard/src/app/components/chat/chat.component.html +++ b/interfaces/IBF-dashboard/src/app/components/chat/chat.component.html @@ -161,12 +161,13 @@ [isTriggered]="true" >
no active trigger for typhoon {{ eventName }} 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 {{ startDate }} and ended on {{ endDate }}. 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 {{ eventName }}. 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 }}: {{ placeName }}", "exposed": "Houses affected:", @@ -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 {{ eventName }} 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 {{ placeCodeName }} activated on {{ startDate }} was manually stopped by {{ displayName }} on {{ stoppedDate }}." }, "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 " } },