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>
{% if is_precompiled_letter %}
<p>
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.
</p>
{% else %}
<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>
{% endif %}
{% else %}

View File

@@ -197,13 +197,13 @@ def test_notification_page_shows_page_for_letter_notification(
True,
'Provided as PDF on 1 January at 1:01am',
'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,
'sample template was sent on 1 January at 1:01am',
'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(