@@ -63,7 +63,7 @@ <h1 class="nhsuk-heading-l">
6363 name: "event[medicalInformation][pregnancyAndBreastfeeding][currentlyBreastfeedingDuration]",
6464 value: event.medicalInformation.pregnancyAndBreastfeeding.currentlyBreastfeedingDuration,
6565 label: {
66- text: "For how long"
66+ text: "For how long? "
6767 },
6868 classes: "nhsuk-u-width-two-thirds",
6969 hint: {
@@ -91,7 +91,7 @@ <h1 class="nhsuk-heading-l">
9191 value: event.medicalInformation.pregnancyAndBreastfeeding.pregnancyStatus,
9292 fieldset: {
9393 legend: {
94- text: ' Is the participant pregnant?' ,
94+ text: " Is " + ( participant | getFullName) + " pregnant?" ,
9595 classes: "nhsuk-fieldset__legend--m",
9696 isPageHeading: false
9797 }
@@ -129,7 +129,7 @@ <h1 class="nhsuk-heading-l">
129129 value: event.medicalInformation.pregnancyAndBreastfeeding.breastfeedingStatus,
130130 fieldset: {
131131 legend: {
132- text: 'Is the participant currently breastfeeding?' ,
132+ text: "Are they currently breastfeeding?" ,
133133 classes: "nhsuk-fieldset__legend--m",
134134 isPageHeading: false
135135 }
@@ -144,7 +144,7 @@ <h1 class="nhsuk-heading-l">
144144 },
145145 {
146146 value: "recentlyStopped",
147- text: "No, but recently stopped",
147+ text: "No, but stopped recently ",
148148 conditional: {
149149 html: recentlyBreastfeeding
150150 }
0 commit comments