mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Revised wording to avoid negative contraction
This commit is contained in:
@@ -57,12 +57,11 @@
|
|||||||
</p>
|
</p>
|
||||||
{% if is_precompiled_letter %}
|
{% if is_precompiled_letter %}
|
||||||
<p>
|
<p>
|
||||||
This letter has passed our checks, but it won’t 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 won’t 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 %}
|
||||||
|
|||||||
@@ -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 won’t 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 won’t 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(
|
||||||
|
|||||||
Reference in New Issue
Block a user