Remove ‘You’ve’

It could be someone else who’s uploaded them.
This commit is contained in:
Chris Hill-Scott
2019-02-05 15:07:19 +00:00
parent 5a70587fe8
commit d9e3a90123
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<h1 class='banner-title' data-module="track-error" data-error-type="File previously sent" data-error-label="{{ upload_id }}">
Youve already sent these messages today
These messages have already been sent today
</h1>
<p>
If you need to resend them, rename the file and upload it again.

View File

@@ -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'
)