Skip to content

Commit

Permalink
Feature/fsr 484 (#270)
Browse files Browse the repository at this point in the history
* content change for medium warning

https://eaflood.atlassian.net/browse/FSR-484

* updated content

* update to content

Co-authored-by: Tedd <[email protected]>
  • Loading branch information
nikiwycherley and teddmason authored Nov 22, 2021
1 parent 074a882 commit 189bcdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions server/src/templates/info-outlook.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ <h2 class="govuk-heading-s">{{ model.name }}</h2>
{% case "2-i4-l1" %}
<span>It’s possible but not expected that {{ messageText.sources[0] }} will cause severe flooding and travel disruption.</span>
{% case "3-i3-l3" %}
<span>It’s possible but not expected that {{ messageText.sources[0] }} will cause properties and roads to flood. If this happens, your life might be in danger.</span>
<span>It’s likely that {{ messageText.sources[0] }} will cause properties and roads to flood. If this happens, your life might be in danger.</span>
{% case "3-i3-l4" %}
<span>It’s possible but not expected that {{ messageText.sources[0] }} will cause properties and roads to flood. If this happens, your life might be in danger.</span>
<span>We expect {{ messageText.sources[0] }} to cause properties and roads to flood. If this happens, your life might be in danger.</span>
{% case "3-i4-l2" %}
<span>{{ messageText.sources[0] | capitalize }} could cause severe flooding and travel disruption. If this happens, your life might be in danger. Be prepared to evacuate.</span>
{% case "3-i4-l3" %}
Expand Down
4 changes: 2 additions & 2 deletions server/views/partials/outlook-region-messages.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
{% case "2-i4-l1" %}
<span>It’s possible but not expected that {{ sources }} will cause severe flooding and travel disruption.</span>
{% case "3-i3-l3" %}
<span>It’s possible but not expected that {{ sources }} will cause properties and roads to flood. If this happens, your life might be in danger.</span>
<span>It’s likely that {{ sources }} will cause properties and roads to flood. If this happens, your life might be in danger.</span>
{% case "3-i3-l4" %}
<span>It’s possible but not expected that {{ sources }} will cause properties and roads to flood. If this happens, your life might be in danger.</span>
<span>We expect {{ sources }} to cause properties and roads to flood. If this happens, your life might be in danger.</span>
{% case "3-i4-l2" %}
<span>{{ sources | capitalize }} could cause severe flooding and travel disruption. If this happens, your life might be in danger. Be prepared to evacuate.</span>
{% case "3-i4-l3" %}
Expand Down

0 comments on commit 189bcdf

Please sign in to comment.