From b9dbe58aa87af5d21fad5518f2a556f8075e62c8 Mon Sep 17 00:00:00 2001 From: Danny Chadburn Date: Tue, 10 Feb 2026 13:23:25 +0000 Subject: [PATCH 1/4] Update form.html --- app/views/events/previous-mammograms/form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/events/previous-mammograms/form.html b/app/views/events/previous-mammograms/form.html index e45652d6..47528330 100644 --- a/app/views/events/previous-mammograms/form.html +++ b/app/views/events/previous-mammograms/form.html @@ -221,7 +221,7 @@

}, { value: "moreThanSixMonths", - text: "Not sure (6 months or more ago)", + text: "Not sure (at least 6 months ago)", conditional: { html: moreThanSixMonthsHtml } From ba809fad0a06405235e510cd7e64285f577766c8 Mon Sep 17 00:00:00 2001 From: Danny Chadburn Date: Tue, 10 Feb 2026 13:35:45 +0000 Subject: [PATCH 2/4] Update details.html --- app/views/events/medical-information/symptoms/details.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/events/medical-information/symptoms/details.html b/app/views/events/medical-information/symptoms/details.html index 715fa9f4..e294fce1 100644 --- a/app/views/events/medical-information/symptoms/details.html +++ b/app/views/events/medical-information/symptoms/details.html @@ -477,10 +477,10 @@

{{ input({ name: "event[symptomTemp][approximateDateStopped]", label: { - text: "Describe when" + text: "Approximate date symptom stopped" }, hint: { - text: "For example, 3 days ago" + text: "For example, January 2026" }, value: event.symptomTemp.approximateDateStopped, classes: "nhsuk-u-width-two-thirds" @@ -656,4 +656,4 @@

{% endif %} {# {% include "screening-cannot-proceed-link.njk" %} #} -{% endblock %} \ No newline at end of file +{% endblock %} From af4ff2291b494f8058f4f81bf478eae924310e2e Mon Sep 17 00:00:00 2001 From: Danny Chadburn Date: Tue, 10 Feb 2026 14:20:22 +0000 Subject: [PATCH 3/4] Update hormone-replacement-therapy.html --- .../hormone-replacement-therapy.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/events/medical-information/hormone-replacement-therapy.html b/app/views/events/medical-information/hormone-replacement-therapy.html index f5e61c70..f232ecea 100644 --- a/app/views/events/medical-information/hormone-replacement-therapy.html +++ b/app/views/events/medical-information/hormone-replacement-therapy.html @@ -31,11 +31,11 @@ name: "event[medicalInformation][hrt][hrtDuration]", value: event.medicalInformation.hrt.hrtDuration, label: { - text: "For how long?" + text: "Approximate date started" }, classes: "nhsuk-u-width-two-thirds", hint: { - text: "For example, 18 months" + text: "For example, May 2024" } }) }} @@ -47,11 +47,11 @@ name: "event[medicalInformation][hrt][hrtDurationSinceStopped]", value: event.medicalInformation.hrt.hrtDurationSinceStopped, label: { - text: "Describe when they stopped" + text: "Approximate date stopped" }, classes: "nhsuk-u-width-two-thirds", hint: { - text: "For example, two weeks ago" + text: "For example, October 2025" } }) }} @@ -59,7 +59,7 @@ name: "event[medicalInformation][hrt][hrtDurationBeforeStopping]", value: event.medicalInformation.hrt.hrtDurationBeforeStopping, label: { - text: "How long had they been taking HRT for?" + text: "Approximate time taken for" }, classes: "nhsuk-u-width-two-thirds", hint: { From e4b53d109f5652db56dd7c329b635730ad8ba39b Mon Sep 17 00:00:00 2001 From: Danny Chadburn Date: Tue, 10 Feb 2026 14:25:39 +0000 Subject: [PATCH 4/4] Update pregnancy-and-breastfeeding.html --- .../pregnancy-and-breastfeeding.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/views/events/medical-information/pregnancy-and-breastfeeding.html b/app/views/events/medical-information/pregnancy-and-breastfeeding.html index 24890ffc..b62dc668 100644 --- a/app/views/events/medical-information/pregnancy-and-breastfeeding.html +++ b/app/views/events/medical-information/pregnancy-and-breastfeeding.html @@ -29,11 +29,11 @@

name: "event[medicalInformation][pregnancyAndBreastfeeding][currentlyPregnantDetails]", value: event.medicalInformation.pregnancyAndBreastfeeding.currentlyPregnantDetails, label: { - text: "Provide timeframe" + text: "Approximate due date" }, classes: "nhsuk-u-width-two-thirds", hint: { - text: "For example, due in November" + text: "For example, July 2026" } } ) }} {% endset %} @@ -43,11 +43,11 @@

name: "event[medicalInformation][pregnancyAndBreastfeeding][recentlyPregnantDetails]", value: event.medicalInformation.pregnancyAndBreastfeeding.recentlyPregnantDetails, label: { - text: "Describe when" + text: "Approximate date pregnancy ended" }, classes: "nhsuk-u-width-two-thirds", hint: { - text: "For example, gave birth two weeks ago" + text: "For example, February 2026" } } ) }} {% endset %} @@ -57,11 +57,11 @@

name: "event[medicalInformation][pregnancyAndBreastfeeding][currentlyBreastfeedingDuration]", value: event.medicalInformation.pregnancyAndBreastfeeding.currentlyBreastfeedingDuration, label: { - text: "For how long?" + text: "Approximate date started" }, classes: "nhsuk-u-width-two-thirds", hint: { - text: "For example, since January" + text: "For example, since January 2026" } } ) }} {% endset %} @@ -71,11 +71,11 @@

name: "event[medicalInformation][pregnancyAndBreastfeeding][recentlyBreastfeedingDuration]", value: event.medicalInformation.pregnancyAndBreastfeeding.recentlyBreastfeedingDuration, label: { - text: "Describe when" + text: "Approximate date stopped" }, classes: "nhsuk-u-width-two-thirds", hint: { - text: "For example, two months ago" + text: "For example, September 2025" } } ) }} {% endset %}