mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Update 'your message'
This commit is contained in:
committed by
Chris Hill-Scott
parent
e1c4e51995
commit
a68db38dd5
@@ -19,14 +19,14 @@
|
|||||||
{% if out_of_hours %}
|
{% if out_of_hours %}
|
||||||
We’ll reply within one working day.
|
We’ll reply within one working day.
|
||||||
{% else %}
|
{% else %}
|
||||||
We’ll read it in the next 30 minutes and reply within one
|
We’ll read your message in the next 30 minutes and reply within one
|
||||||
working day.
|
working day.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if out_of_hours %}
|
{% if out_of_hours %}
|
||||||
We’ll read it when we’re back in the office.
|
We’ll read your message when we’re back in the office.
|
||||||
{% else %}
|
{% else %}
|
||||||
We’ll read it in the next 30 minutes.
|
We’ll read your message in the next 30 minutes.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
@@ -551,18 +551,18 @@ def test_bat_email_page(
|
|||||||
# Anonymous tickets don’t promise a reply
|
# Anonymous tickets don’t promise a reply
|
||||||
(
|
(
|
||||||
False, False, False,
|
False, False, False,
|
||||||
'We’ll read it in the next 30 minutes.',
|
'We’ll read your message in the next 30 minutes.',
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
False, False, True,
|
False, False, True,
|
||||||
'We’ll read it when we’re back in the office.',
|
'We’ll read your message when we’re back in the office.',
|
||||||
),
|
),
|
||||||
|
|
||||||
# When we look at your ticket depends on whether we’re in normal
|
# When we look at your ticket depends on whether we’re in normal
|
||||||
# business hours
|
# business hours
|
||||||
(
|
(
|
||||||
False, True, False,
|
False, True, False,
|
||||||
'We’ll read it in the next 30 minutes and reply within one working day.',
|
'We’ll read your message in the next 30 minutes and reply within one working day.',
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
False, True, True,
|
False, True, True,
|
||||||
|
|||||||
Reference in New Issue
Block a user