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:
Chris Hill-Scott
2017-09-26 15:34:19 +01:00
parent 8d4418cf61
commit 47ebb6190a
3 changed files with 5 additions and 3 deletions

View File

@@ -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):