Skip to content

Commit

Permalink
default text change for no-evac situation (#2129)
Browse files Browse the repository at this point in the history
* default text change for no-evac situation

* default text change for no-evac situation desktop
  • Loading branch information
yzlucas authored Nov 6, 2024
1 parent 7bb48de commit 1762730
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ <h1>Location</h1>
<h1>Evacuations</h1>
<div class="sub-content"
*ngIf="!(mobileEvacOrders && mobileEvacOrders.length > 0) && !(mobileEvacAlerts && mobileEvacAlerts.length > 0)">
There are no current evacuation Orders or Alerts available to display for this incident. For the latest evacuation information, contact your local authority. <br><br>
Evacuation Orders and Alerts are put into place by your local authority, government or First Nation. BC Wildfire Service displays this information when it becomes available.
Evacuation alerts and orders are put into place by a local authority, government or First Nation. BC Wildfire Service displays this information when it becomes available.
For the latest evacuation information, contact your local authority.
</div>
<div id="evac-order" *ngIf="mobileEvacOrders && mobileEvacOrders.length >= 1">
<div class="evac-title"><img class="icon" src="/assets/images/svg-icons/union.svg"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
<div class="content">
<div class="content-pretext">
<span class="content-text">
There are no current evacuation orders or alerts available to display for this incident. For the latest
evacuation information, contact your local authority.
<br><br>
Evacuation orders and alerts are put into place by your local authority, government
or First Nation. BC Wildfire Service displays this information when it becomes available.</span>
Evacuation alerts and orders are put into place by a local authority, government or First Nation.
BC Wildfire Service displays this information when it becomes available. For the latest evacuation information, contact your local authority.
</span>
</div>
</div>
</div>
Expand Down

0 comments on commit 1762730

Please sign in to comment.