From 60f64ee5e540435c7b418c3dba1920d2a8050818 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Mon, 20 Aug 2018 16:50:56 +0100 Subject: [PATCH] 'Email reply-to address' updated Updated 'reply-to address' to include a hyphen --- app/main/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")