From 38b52b5b4d0e2c7862fa951e017ec248e47b7804 Mon Sep 17 00:00:00 2001 From: Shujat Khalid Date: Tue, 26 Sep 2023 10:31:18 +0100 Subject: [PATCH] Small content changes --- app/views/support_interface/countries/index.html.erb | 12 ++++++------ .../support_interface/countries/preview.html.erb | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/views/support_interface/countries/index.html.erb b/app/views/support_interface/countries/index.html.erb index 442c21b4ee..a558490503 100644 --- a/app/views/support_interface/countries/index.html.erb +++ b/app/views/support_interface/countries/index.html.erb @@ -17,12 +17,12 @@ <% end %> <% if country.subject_limited %> - <%= govuk_tag(text: "Subject limited eligibility", colour: "yellow", classes: ["govuk-!-margin-left-2"]) %> -<% elsif country.eligibility_skip_questions %> - <%= govuk_tag(text: "Reduced eligibility", colour: "yellow", classes: ["govuk-!-margin-left-2"]) %> -<% else %> - <%= govuk_tag(text: "Standard eligibility", colour: "grey", classes: ["govuk-!-margin-left-2"]) %> -<% end %> + <%= govuk_tag(text: "Expanded eligibility", colour: "yellow", classes: ["govuk-!-margin-left-2"]) %> + <% elsif country.eligibility_skip_questions %> + <%= govuk_tag(text: "Reduced eligibility", colour: "yellow", classes: ["govuk-!-margin-left-2"]) %> + <% else %> + <%= govuk_tag(text: "Standard eligibility", colour: "grey", classes: ["govuk-!-margin-left-2"]) %> + <% end %> <% end %> diff --git a/app/views/support_interface/countries/preview.html.erb b/app/views/support_interface/countries/preview.html.erb index 884fd626cc..1891259fa3 100644 --- a/app/views/support_interface/countries/preview.html.erb +++ b/app/views/support_interface/countries/preview.html.erb @@ -57,7 +57,7 @@

Which route will applicants take through the eligibility checker?

<% if @country.subject_limited %> - <%= govuk_tag(text: "Subject limited", colour: "yellow") %> + <%= govuk_tag(text: "Expanded", colour: "yellow") %> <% elsif @country.eligibility_skip_questions %> <%= govuk_tag(text: "Reduced eligibility", colour: "yellow") %> <% else %>