Skip to content

Commit

Permalink
default text change for no-evac situation
Browse files Browse the repository at this point in the history
  • Loading branch information
yzlucas committed Nov 6, 2024
1 parent 2b8ca30 commit fcb2080
Showing 1 changed file with 2 additions and 2 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

0 comments on commit fcb2080

Please sign in to comment.