Merge pull request #3991 from alphagov/update-thanks-page-content

Update content
This commit is contained in:
Ben Thorner
2021-08-06 16:50:38 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -22,14 +22,14 @@
{% if out_of_hours %}
Well reply within one working day.
{% else %}
Well read your message in the next 30 minutes and reply within one
Well aim to read your message in the next 30 minutes and well reply within one
working day.
{% endif %}
{% else %}
{% if out_of_hours %}
Well read your message when were back in the office.
{% else %}
Well read your message in the next 30 minutes.
Well aim to read your message in the next 30 minutes.
{% endif %}
{% endif %}
{% endif %}

View File

@@ -658,7 +658,7 @@ def test_bat_email_page(
# Anonymous tickets dont promise a reply
(
False, False, False,
'Well read your message in the next 30 minutes.',
'Well aim to read your message in the next 30 minutes.',
),
(
False, False, True,
@@ -669,7 +669,7 @@ def test_bat_email_page(
# business hours
(
False, True, False,
'Well read your message in the next 30 minutes and reply within one working day.',
'Well aim to read your message in the next 30 minutes and well reply within one working day.',
),
(
False, True, True,