Skip to content

Commit

Permalink
FSR-1065 | Forecast banner update (#578)
Browse files Browse the repository at this point in the history
* urgent change made to forecast banner content

* forecast banner altered to display new text
  • Loading branch information
LeeGordon83 authored Oct 27, 2023
1 parent b2dc1e5 commit 0791c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/views/station.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ <h2 class="govuk-heading-s govuk-!-margin-top-4 govuk-!-margin-bottom-4">Height
</span>
<div class="defra-flood-status-item__text">
<span class="govuk-visually-hidden">Information:</span>
<p class="govuk-body-s govuk-!-margin-bottom-0">This station includes an automated model which you should consider alongside other factors. The highest level in the model is {{ model.forecastHighest | round(2) }}m at {{ model.forecastHighestTime }}.</p>
<p class="govuk-body-s govuk-!-margin-bottom-0">This station includes an automated model which may change based on weather conditions. This model and others are used to decide when to issue flood warnings. The highest level in the model is {{ model.forecastHighest | round(2) }}m at {{ model.forecastHighestTime }}.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 0791c30

Please sign in to comment.