Skip to content

Commit 538f6b0

Browse files
Merge pull request #91 from NHSDigital/content-changes
Minor content changes to pregnancy and symptoms pages
2 parents 4c91582 + 49f6e82 commit 538f6b0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/views/events/mammography/medical-information/pregnancy-and-breastfeeding.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
}

app/views/events/mammography/medical-information/symptoms/details.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ <h1 class="nhsuk-heading-l">
482482
items: [
483483
{
484484
value: "yes",
485-
text: "The symptom has recently stopped",
485+
text: "The symptom has recently resolved",
486486
conditional: {
487487
html: stymptomStoppedHtml
488488
}

0 commit comments

Comments
 (0)