Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app/views/record-vaccinations/dose.html
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions app/views/vaccines/choose-vaccine.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@

<form action="/vaccines/enable" method="post">

<p>You can now use Record a vaccination for national {{ vaccinesThatCanBeRequested | join(" and ") }} vaccinations.</p>
<p>You can use Record a vaccination for national COVID-19, flu and MenB vaccinations.</p>

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

{{ checkboxes({
name: "vaccinesAdded",
Expand Down
3 changes: 1 addition & 2 deletions app/views/vaccines/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ <h1 class="nhsuk-heading-l">Vaccines</h1>

{% set insetTextHtml %}
<p>{{ tag({ text: "New", classes: "nhsuk-tag--blue"}) }}</p>
<p>You can now use Record a vaccination for national COVID-19 and flu vaccinations.</p>
<p>You can now use Record a vaccination for MenB vaccinations.</p>

<p>You'll be paid automatically for these vaccinations by the NHS Business Services Authority (NHSBSA), through Manage Your Service (MYS).</p>
{% endset %}

{{ insetText({
Expand Down