diff --git a/app/templates/partials/check/sent-previously.html b/app/templates/partials/check/sent-previously.html index 14edbf5de..136e3f3e2 100644 --- a/app/templates/partials/check/sent-previously.html +++ b/app/templates/partials/check/sent-previously.html @@ -1,5 +1,5 @@

- You’ve already sent these messages today + These messages have already been sent today

If you need to resend them, rename the file and upload it again. diff --git a/tests/app/main/views/test_send.py b/tests/app/main/views/test_send.py index da4b36cb6..a6dbc063f 100644 --- a/tests/app/main/views/test_send.py +++ b/tests/app/main/views/test_send.py @@ -2697,6 +2697,7 @@ def test_warns_if_file_sent_already( assert normalize_spaces( page.select_one('.banner-dangerous').text ) == ( + 'These messages have already been sent today ' 'If you need to resend them, rename the file and upload it again. ' 'Skip to file contents' )