Refine wording of ‘already sent’ error

This commit is contained in:
Chris Hill-Scott
2019-02-05 14:59:21 +00:00
parent 27217f1ad1
commit 5a70587fe8
2 changed files with 3 additions and 5 deletions

View File

@@ -2697,9 +2697,7 @@ def test_warns_if_file_sent_already(
assert normalize_spaces(
page.select_one('.banner-dangerous').text
) == (
'You already sent these messages '
'If you want to send the same messages again, rename the file '
'and re-upload it '
'If you need to resend them, rename the file and upload it again. '
'Skip to file contents'
)