Fix the tests and catch a few more examples

This commit is contained in:
Chris Hill-Scott
2018-08-20 17:58:27 +01:00
parent 36e8a9b3cc
commit 7530fbf731
3 changed files with 14 additions and 14 deletions

View File

@@ -12,7 +12,7 @@
{% if confirm_delete %}
<div class="bottom-gutter">
{% call banner_wrapper(type='dangerous', subhead="Are you sure you want to delete this email reply to address?") %}
{% call banner_wrapper(type='dangerous', subhead="Are you sure you want to delete this email reply-to address?") %}
<form method='post'>
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
<input type="submit" class="button" name="delete" value="Confirm" />
@@ -32,7 +32,7 @@
) }}
{% if form.is_default.data %}
<p class="form-group">
This is the default reply to address for {{ current_service.name }} emails
This is the default reply-to address for {{ current_service.name }} emails
</p>
{{ page_footer(
'Save',

View File

@@ -33,7 +33,7 @@
{% if has_email_templates %}
{{ tick_cross_done_not_done(
has_email_reply_to_address,
'Add an <a href="{}">email reply to address</a>'.format(
'Add an <a href="{}">email reply-to address</a>'.format(
url_for('main.service_email_reply_to', service_id=current_service.id)
)|safe,
) }}