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: {
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 %}
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 %}
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
}