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 @@