File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed
views/record-vaccinations Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -957,13 +957,13 @@ module.exports = router => {
957957
958958 if ( ! injectionSite ) {
959959 injectionSiteError = {
960- text : "Select where you gave the vaccine " ,
960+ text : "Select where you gave the injection " ,
961961 href : "#injection-site-1"
962962 }
963963 errors . push ( injectionSiteError )
964964 } else if ( injectionSite === "other" && ! otherInjectionSite ) {
965965 otherInjectionSiteError = {
966- text : "Select where you gave the vaccine " ,
966+ text : "Select where you gave the injection " ,
967967 href : "#other-injection-site-1"
968968 }
969969 errors . push ( otherInjectionSiteError )
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ <h2 class="nhsuk-heading-m">Vaccination</h2>
336336 },
337337 {
338338 key: {
339- text: "Vaccination site"
339+ text: "Injection site"
340340 },
341341 value: {
342342 html: (data.otherInjectionSite if data.injectionSite == "other" else data.injectionSite)
@@ -346,7 +346,7 @@ <h2 class="nhsuk-heading-m">Vaccination</h2>
346346 {
347347 href: "/record-vaccinations/injection-site",
348348 text: "Change",
349- visuallyHiddenText: "Vaccination site"
349+ visuallyHiddenText: "Injection site"
350350 }
351351 ]
352352 }
Original file line number Diff line number Diff line change 11{% extends 'layout.html' %}
22
3- {% set pageName = "Where did you give the vaccine ?" %}
3+ {% set pageName = "Where did you give the injection ?" %}
44
55{% set currentSection = "vaccinate" %}
66
2828 name: "otherInjectionSite",
2929 fieldset: {
3030 legend: {
31- text: "Body part ",
31+ text: "Injection site ",
3232 classes: "nhsuk-fieldset__legend--s"
3333 }
3434 },
6363 name: "injectionSite",
6464 fieldset: {
6565 legend: {
66- text: ("Where did you give the vaccine ?" if data.vaccinationToday == 'yes' else "Where was the vaccine given?"),
66+ text: ("Where did you give the injection ?" if data.vaccinationToday == 'yes' else "Where was the injection given?"),
6767 classes: "nhsuk-fieldset__legend--l",
6868 isPageHeading: true
6969 }
8181 value: "Right arm",
8282 text: "Right arm"
8383 },
84- {
85- value: "Nose",
86- text: "Nose"
87- },
8884 {
8985 divider: "or"
9086 },
You can’t perform that action at this time.
0 commit comments