mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 13:39:57 -04:00
Remove ‘You’ve’
It could be someone else who’s uploaded them.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<h1 class='banner-title' data-module="track-error" data-error-type="File previously sent" data-error-label="{{ upload_id }}">
|
||||
You’ve 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.
|
||||
|
||||
@@ -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'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user