mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-25 09:51:37 -04:00
'Email reply-to address' updated
Updated 'reply-to address' to include a hyphen
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user