mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-24 12:21:22 -05:00
Merge pull request #3991 from alphagov/update-thanks-page-content
Update content
This commit is contained in:
@@ -22,14 +22,14 @@
|
||||
{% if out_of_hours %}
|
||||
We’ll reply within one working day.
|
||||
{% else %}
|
||||
We’ll read your message in the next 30 minutes and reply within one
|
||||
We’ll aim to read your message in the next 30 minutes and we’ll reply within one
|
||||
working day.
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% if out_of_hours %}
|
||||
We’ll read your message when we’re back in the office.
|
||||
{% else %}
|
||||
We’ll read your message in the next 30 minutes.
|
||||
We’ll aim to read your message in the next 30 minutes.
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
@@ -658,7 +658,7 @@ def test_bat_email_page(
|
||||
# Anonymous tickets don’t promise a reply
|
||||
(
|
||||
False, False, False,
|
||||
'We’ll read your message in the next 30 minutes.',
|
||||
'We’ll 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,
|
||||
'We’ll read your message in the next 30 minutes and reply within one working day.',
|
||||
'We’ll aim to read your message in the next 30 minutes and we’ll reply within one working day.',
|
||||
),
|
||||
(
|
||||
False, True, True,
|
||||
|
||||
Reference in New Issue
Block a user