diff --git a/app/main/forms.py b/app/main/forms.py index b16f46a42..5981af266 100644 --- a/app/main/forms.py +++ b/app/main/forms.py @@ -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): diff --git a/app/templates/views/service-settings/email-reply-to/edit.html b/app/templates/views/service-settings/email-reply-to/edit.html index a15902847..fb0fd6473 100644 --- a/app/templates/views/service-settings/email-reply-to/edit.html +++ b/app/templates/views/service-settings/email-reply-to/edit.html @@ -20,7 +20,7 @@ ) }} {% if form.is_default.data %}
- This email address is the default + This is the default reply to address for {{ current_service.name }} emails
{% else %}