Update 'your message'

This commit is contained in:
karlchillmaid
2019-07-12 11:23:54 +01:00
committed by Chris Hill-Scott
parent e1c4e51995
commit a68db38dd5
2 changed files with 6 additions and 6 deletions

View File

@@ -19,14 +19,14 @@
{% if out_of_hours %} {% if out_of_hours %}
Well reply within one working day. Well reply within one working day.
{% else %} {% else %}
Well read it in the next 30 minutes and reply within one Well 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 %}
Well read it when were back in the office. Well read your message when were back in the office.
{% else %} {% else %}
Well read it in the next 30 minutes. Well read your message in the next 30 minutes.
{% endif %} {% endif %}
{% endif %} {% endif %}
{% endif %} {% endif %}

View File

@@ -551,18 +551,18 @@ def test_bat_email_page(
# Anonymous tickets dont promise a reply # Anonymous tickets dont promise a reply
( (
False, False, False, False, False, False,
'Well read it in the next 30 minutes.', 'Well read your message in the next 30 minutes.',
), ),
( (
False, False, True, False, False, True,
'Well read it when were back in the office.', 'Well read your message when were back in the office.',
), ),
# When we look at your ticket depends on whether were in normal # When we look at your ticket depends on whether were in normal
# business hours # business hours
( (
False, True, False, False, True, False,
'Well read it in the next 30 minutes and reply within one working day.', 'Well read your message in the next 30 minutes and reply within one working day.',
), ),
( (
False, True, True, False, True, True,