diff --git a/app/templates/views/notifications/notification.html b/app/templates/views/notifications/notification.html index 6f5f1e8c3..c51ce0ce7 100644 --- a/app/templates/views/notifications/notification.html +++ b/app/templates/views/notifications/notification.html @@ -57,12 +57,11 @@
{% if is_precompiled_letter %}- 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.
{% else %}- This letter won’t be printed because you used a test key + We will not print this letter because you used a test key.
{% endif %} {% else %} diff --git a/tests/app/main/views/test_notifications.py b/tests/app/main/views/test_notifications.py index e63b8ef73..67db060d1 100644 --- a/tests/app/main/views/test_notifications.py +++ b/tests/app/main/views/test_notifications.py @@ -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 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, '‘sample template’ was sent on 1 January at 1:01am', '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(