From 739fa66b3f8c5125f1b4e23f69a5834d03d48bff Mon Sep 17 00:00:00 2001 From: Sean Sylver Date: Thu, 12 Dec 2024 17:10:29 -0800 Subject: [PATCH 1/2] WFNEWS-2499 text changes for WON --- .../components/draggable-panel/draggable-panel.component.html | 4 ++-- .../components/legend-panels/fires/fire-legend.component.html | 2 +- .../wildfire-preview/wildfire-preview.component.html | 2 +- .../incident-info-panel-mobile.component.html | 2 +- .../stage-of-control-card.component.html | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/wfnews-war/src/main/angular/src/app/components/draggable-panel/draggable-panel.component.html b/client/wfnews-war/src/main/angular/src/app/components/draggable-panel/draggable-panel.component.html index c6f8ba3ad8..a6085be972 100644 --- a/client/wfnews-war/src/main/angular/src/app/components/draggable-panel/draggable-panel.component.html +++ b/client/wfnews-war/src/main/angular/src/app/components/draggable-panel/draggable-panel.component.html @@ -281,7 +281,7 @@
icon - {{ identifyIncident.incidentSizeEstimatedHa }} {{ identifyIncident.incidentSizeEstimatedHa == 1 ? 'Hectare' : 'Hectares' }} + {{ identifyIncident.incidentSizeEstimatedHa }} {{ identifyIncident.incidentSizeEstimatedHa === 1 ? 'Hectare' : 'Hectares' }}
icon @@ -289,7 +289,7 @@
- This wildfire is highly visible or poses a potential threat to public safety. + An incident that is creating an increased level of interest. We use this designation to make it easier to find and access response information on the wildfire map.
{{getStageOfControlDescription(identifyIncident.stageOfControlCode)}} diff --git a/client/wfnews-war/src/main/angular/src/app/components/legend-panels/fires/fire-legend.component.html b/client/wfnews-war/src/main/angular/src/app/components/legend-panels/fires/fire-legend.component.html index 54de6cfeb1..87bcda56af 100644 --- a/client/wfnews-war/src/main/angular/src/app/components/legend-panels/fires/fire-legend.component.html +++ b/client/wfnews-war/src/main/angular/src/app/components/legend-panels/fires/fire-legend.component.html @@ -9,7 +9,7 @@ Wildfire of Note -

A wildfire that is highly visible or poses a potential threat to public safety.

+

An incident that is creating an increased level of interest. We use this designation to make it easier to find and access response information on the wildfire map.

diff --git a/client/wfnews-war/src/main/angular/src/app/components/preview-panels/wildfire-preview/wildfire-preview.component.html b/client/wfnews-war/src/main/angular/src/app/components/preview-panels/wildfire-preview/wildfire-preview.component.html index a0017fb693..8876b3f882 100644 --- a/client/wfnews-war/src/main/angular/src/app/components/preview-panels/wildfire-preview/wildfire-preview.component.html +++ b/client/wfnews-war/src/main/angular/src/app/components/preview-panels/wildfire-preview/wildfire-preview.component.html @@ -45,7 +45,7 @@
- A wildfire that is highly visible or poses a potential threat to public safety. + An incident that is creating an increased level of interest. We use this designation to make it easier to find and access response information on the wildfire map.
{{getStageOfControlDescription(incident.stageOfControlCode)}} diff --git a/client/wfnews-war/src/main/angular/src/app/components/public-incident-page/incident-info-panel-mobile/incident-info-panel-mobile.component.html b/client/wfnews-war/src/main/angular/src/app/components/public-incident-page/incident-info-panel-mobile/incident-info-panel-mobile.component.html index e82cc2146d..51c3cf82e1 100644 --- a/client/wfnews-war/src/main/angular/src/app/components/public-incident-page/incident-info-panel-mobile/incident-info-panel-mobile.component.html +++ b/client/wfnews-war/src/main/angular/src/app/components/public-incident-page/incident-info-panel-mobile/incident-info-panel-mobile.component.html @@ -74,7 +74,7 @@

Stage of Control

- This wildfire is highly visible or poses a potential threat to public safety. + This incident is creating an increased level of interest.
diff --git a/client/wfnews-war/src/main/angular/src/app/components/public-incident-page/incident-tabs/cards/stage-of-control-card/stage-of-control-card.component.html b/client/wfnews-war/src/main/angular/src/app/components/public-incident-page/incident-tabs/cards/stage-of-control-card/stage-of-control-card.component.html index 69317b2d92..2be34deb27 100644 --- a/client/wfnews-war/src/main/angular/src/app/components/public-incident-page/incident-tabs/cards/stage-of-control-card/stage-of-control-card.component.html +++ b/client/wfnews-war/src/main/angular/src/app/components/public-incident-page/incident-tabs/cards/stage-of-control-card/stage-of-control-card.component.html @@ -9,7 +9,7 @@ Wildfire of Note
- This wildfire is highly visible or poses a potential threat to public safety. + This incident is creating an increased level of interest.
From 9ade5e2f119bac667db5123b9d0356b47087e493 Mon Sep 17 00:00:00 2001 From: Sean Sylver Date: Tue, 17 Dec 2024 13:39:44 -0800 Subject: [PATCH 2/2] WFNEWS-2499 further text change for wildfire of note on dashboard --- .../fires-of-note-widget/fires-of-note-widget.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/wfnews-war/src/main/angular/src/app/components/dashboard-component/widgets/fires-of-note-widget/fires-of-note-widget.component.html b/client/wfnews-war/src/main/angular/src/app/components/dashboard-component/widgets/fires-of-note-widget/fires-of-note-widget.component.html index 60ed4e29f8..1d6d377fef 100644 --- a/client/wfnews-war/src/main/angular/src/app/components/dashboard-component/widgets/fires-of-note-widget/fires-of-note-widget.component.html +++ b/client/wfnews-war/src/main/angular/src/app/components/dashboard-component/widgets/fires-of-note-widget/fires-of-note-widget.component.html @@ -10,7 +10,7 @@ Order
{{activeFireOfNote}}
-
Wildfires of Note are wildfires that are highly visible or pose a potential threat to public safety.
+
A Wildfire of Note is an incident that is creating an increased level of interest.
@@ -19,7 +19,7 @@ Order
{{activeFireOfNote}}
-
Wildfires of Note are wildfires that are highly visible or pose a potential threat to public safety.
+
A Wildfire of Note is an incident that is creating an increased level of interest.
{{incident.incidentName}}