diff --git a/app/views/record-vaccinations/location.html b/app/views/record-vaccinations/location.html index 8f3aa8fa..84d94540 100644 --- a/app/views/record-vaccinations/location.html +++ b/app/views/record-vaccinations/location.html @@ -70,9 +70,6 @@ isPageHeading: true } }, - hint: { - text: "This is needed for payment and reporting." - }, errorMessage: { text: (errorList | first).text } if (errorList | length) > 0, @@ -80,7 +77,10 @@ items: [ { text: "On site", - value: "On site" + value: "On site", + hint: { + text: "Includes hospitals, vaccination centres, primary care networks (PCNs), pharmacies, GP surgeries and detained settings" + } }, { value: "Care home", @@ -94,8 +94,8 @@ value: "Housebound patient’s home" }, { - text: "Outreach event", - value: "Outreach event" + text: "Off-site outreach event", + value: "Off-site outreach event" } ] @@ -113,5 +113,4 @@ -{% endblock %} - +{% endblock %} \ No newline at end of file