diff --git a/app/views/record-vaccinations/dose.html b/app/views/record-vaccinations/dose.html index 4b3944fe..8ea40259 100644 --- a/app/views/record-vaccinations/dose.html +++ b/app/views/record-vaccinations/dose.html @@ -78,6 +78,10 @@ {% set hintText = "Only given to some children in an at-risk group" %} {% endif %} + {% if data.vaccine == "MenB" and option == "Booster" %} + {% set hintText = "Usually only given as part of the routine infant schedule" %} + {% endif %} + {% if hintText %} {% set items = (items.push({ text: option, diff --git a/app/views/vaccines/choose-vaccine.html b/app/views/vaccines/choose-vaccine.html index f16d21d6..1684bebd 100644 --- a/app/views/vaccines/choose-vaccine.html +++ b/app/views/vaccines/choose-vaccine.html @@ -88,9 +88,9 @@
-

You can now use Record a vaccination for national {{ vaccinesThatCanBeRequested | join(" and ") }} vaccinations.

+

You can use Record a vaccination for national COVID-19, flu and MenB vaccinations.

-

You'll be paid automatically for these vaccinations by the NHS Business Services Authority (NHSBSA), through Manage Your Service (MYS).

+

You'll be paid automatically for national COVID-19 and flu vaccinations by the NHS Business Services Authority (NHSBSA), through Manage Your Service (MYS).

{{ checkboxes({ name: "vaccinesAdded", diff --git a/app/views/vaccines/index.html b/app/views/vaccines/index.html index 0b7eb904..525b8848 100644 --- a/app/views/vaccines/index.html +++ b/app/views/vaccines/index.html @@ -26,9 +26,8 @@

Vaccines

{% set insetTextHtml %}

{{ tag({ text: "New", classes: "nhsuk-tag--blue"}) }}

-

You can now use Record a vaccination for national COVID-19 and flu vaccinations.

+

You can now use Record a vaccination for MenB vaccinations.

-

You'll be paid automatically for these vaccinations by the NHS Business Services Authority (NHSBSA), through Manage Your Service (MYS).

{% endset %} {{ insetText({