mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Make language consistent
The `is_default` text and text of the checkbox should use the same terminology (‘email address’ not ‘address’).
This commit is contained in:
@@ -469,7 +469,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):
|
||||
|
||||
Reference in New Issue
Block a user