diff --git a/app/views/record-vaccinations/dose.html b/app/views/record-vaccinations/dose.html index 97be14a5..227e3f6c 100644 --- a/app/views/record-vaccinations/dose.html +++ b/app/views/record-vaccinations/dose.html @@ -83,9 +83,9 @@ }), items) %} {% set items = (items.push({ - text: "Not relevant", - value: "Not relevant", - checked: (data.vaccineDose == "Not relevant") + text: "Not sure", + value: "Not sure", + checked: (data.vaccineDose == "Not sure") }), items) %} {{ radios({ @@ -96,7 +96,7 @@ } if (errors | length) > 0, fieldset: { legend: { - text: "Which dose of " + data.vaccine + " are you giving?", + text: "Which dose of " + data.vaccine + " vaccine are you giving?", classes: "nhsuk-fieldset__legend--l", isPageHeading: true } diff --git a/app/views/record-vaccinations/eligibility.html b/app/views/record-vaccinations/eligibility.html index 4ceded95..67e90916 100644 --- a/app/views/record-vaccinations/eligibility.html +++ b/app/views/record-vaccinations/eligibility.html @@ -84,6 +84,11 @@ "Age-based eligibility 0 to 5 years" ] %} +{% set MMRVEligibilityOptions = [ + "In a clinical risk group", + "Age-based eligibility 0 to 5 years" +] %} + {% block content %}