mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Merge pull request #2732 from alphagov/resend-wording
Refine wording of ‘already sent’ error
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<h1 class='banner-title' data-module="track-error" data-error-type="File previously sent" data-error-label="{{ upload_id }}">
|
<h1 class='banner-title' data-module="track-error" data-error-type="File previously sent" data-error-label="{{ upload_id }}">
|
||||||
You already sent these messages
|
These messages have already been sent today
|
||||||
</h1>
|
</h1>
|
||||||
<p>
|
<p>
|
||||||
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.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -2697,9 +2697,8 @@ def test_warns_if_file_sent_already(
|
|||||||
assert normalize_spaces(
|
assert normalize_spaces(
|
||||||
page.select_one('.banner-dangerous').text
|
page.select_one('.banner-dangerous').text
|
||||||
) == (
|
) == (
|
||||||
'You already sent these messages '
|
'These messages have already been sent today '
|
||||||
'If you want to send the same messages again, rename the file '
|
'If you need to resend them, rename the file and upload it again. '
|
||||||
'and re-upload it '
|
|
||||||
'Skip to file contents'
|
'Skip to file contents'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user