Revised wording to avoid negative contraction

This commit is contained in:
Chris Hill-Scott
2019-01-22 10:38:40 +00:00
parent cfcdfcc38c
commit 085856e062
2 changed files with 4 additions and 5 deletions

View File

@@ -57,12 +57,11 @@
</p> </p>
{% if is_precompiled_letter %} {% if is_precompiled_letter %}
<p> <p>
This letter has passed our checks, but it wont be printed This letter passed our checks, but we will not print it because you used a test key.
because you used a test key
</p> </p>
{% else %} {% else %}
<p> <p>
This letter wont be printed because you used a test key We will not print this letter because you used a test key.
</p> </p>
{% endif %} {% endif %}
{% else %} {% else %}

View File

@@ -197,13 +197,13 @@ def test_notification_page_shows_page_for_letter_notification(
True, True,
'Provided as PDF on 1 January at 1:01am', 'Provided as PDF on 1 January at 1:01am',
'Postage: second class', 'Postage: second class',
'This letter has passed our checks, but it wont be printed because you used a test key', 'This letter passed our checks, but we will not print it because you used a test key.',
), ),
( (
False, False,
'sample template was sent on 1 January at 1:01am', 'sample template was sent on 1 January at 1:01am',
'Postage: second class', 'Postage: second class',
'This letter wont be printed because you used a test key', 'We will not print this letter because you used a test key.',
), ),
)) ))
def test_notification_page_shows_page_for_letter_sent_with_test_key( def test_notification_page_shows_page_for_letter_sent_with_test_key(