diff --git a/app/main/forms.py b/app/main/forms.py index 6f7833184..15b9e5ee5 100644 --- a/app/main/forms.py +++ b/app/main/forms.py @@ -630,7 +630,7 @@ class ServiceContactDetailsForm(StripWhitespaceForm): class ServiceReplyToEmailForm(StripWhitespaceForm): - email_address = email_address(label='Email reply to address', gov_user=False) + email_address = email_address(label='Email reply-to address', gov_user=False) is_default = BooleanField("Make this email address the default")