From cd7c2e27c8c844b7d36e571eb3bb6e01c8efaa7c Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Tue, 12 May 2026 14:50:11 +0100 Subject: [PATCH 1/3] MenB updates - Added hint text below 'Booster' radio option on 'Which dose of the MenB vaccine is it?' page --- app/views/record-vaccinations/dose.html | 4 ++++ 1 file changed, 4 insertions(+) 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, From e6ef584809b8ae2e17405c5ae92ffdf47dd2c1d8 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Tue, 12 May 2026 14:53:55 +0100 Subject: [PATCH 2/3] Updated details text to include MenB --- app/views/vaccines/choose-vaccine.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", From d2a23ec4a0f0e797fe06df1dc207e7b0f377447d Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Tue, 12 May 2026 14:57:56 +0100 Subject: [PATCH 3/3] Updated inset text to focus on MenB only --- app/views/vaccines/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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({