From c4c8a34c464550d160a3284b706ba553353d161d Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Tue, 9 Jul 2019 16:47:11 +0100 Subject: [PATCH] Update 'reply-to email address' --- 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 2017b6433..27d836190 100644 --- a/app/main/forms.py +++ b/app/main/forms.py @@ -891,7 +891,7 @@ class ServiceContactDetailsForm(StripWhitespaceForm): class ServiceReplyToEmailForm(StripWhitespaceForm): - email_address = email_address(label='Email reply-to address', gov_user=False) + email_address = email_address(label='Reply-to email address', gov_user=False) is_default = BooleanField("Make this email address the default")