Skip to content

Commit 85f3461

Browse files
authored
Merge pull request #1197 from NHSDigital/further-copy-changes-for-date-fields
Further copy changes for date fields
2 parents 979af80 + 8133df8 commit 85f3461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manage_breast_screening/mammograms/forms/other_information/pregnancy_and_breastfeeding_form.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def __init__(self, *args, participant, **kwargs):
5454
self.fields["approx_breastfeeding_start_date"] = CharField(
5555
required=False,
5656
label="Approximate date started",
57-
hint=f"For example, since {format_relative_months(-2)}",
57+
hint=f"For example, {format_relative_months(-2)}",
5858
error_messages={
5959
"required": "Provide details of when they started breastfeeding"
6060
},

0 commit comments

Comments
 (0)