From 488619d8d06a0df79c2f3363fc9a2a1461bf6f3a Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Wed, 10 Jun 2026 15:30:07 +0100 Subject: [PATCH] Add hint for MMRV vaccination selection --- app/views/record-vaccinations/dose.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/record-vaccinations/dose.html b/app/views/record-vaccinations/dose.html index 78b419e1..a222fe84 100644 --- a/app/views/record-vaccinations/dose.html +++ b/app/views/record-vaccinations/dose.html @@ -121,6 +121,8 @@ {% set radiosHint = "Most people aged 24 and under only need a 1st dose of the Td/IPV vaccine" %} {% elif data.vaccine == "pneumococcal" %} {% set radiosHint = "Most people aged 65 and over only need a 1st dose of the pneumococcal vaccine" %} + {% elif data.vaccine == "MMRV" %} + {% set radiosHint = "Select 1st dose if this is the child's 1st MMRV vaccination, even if they've had MMR before" %} {% endif %} {% if radiosHint %}