Merge pull request #1512 from alphagov/email-reply-tweaks

Tweak email reply to pages, add IDs
This commit is contained in:
Chris Hill-Scott
2017-10-03 14:12:56 +01:00
committed by GitHub
8 changed files with 104 additions and 52 deletions

View File

@@ -463,7 +463,7 @@ class ProviderForm(Form):
class ServiceReplyToEmailForm(Form):
email_address = email_address(label='Email reply to address')
is_default = BooleanField("Make this address the default")
is_default = BooleanField("Make this email address the default")
class ServiceSmsSender(Form):