mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 17:38:50 -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 }}">
|
||||
You already sent these messages
|
||||
These messages have already been sent today
|
||||
</h1>
|
||||
<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>
|
||||
|
||||
@@ -2697,9 +2697,8 @@ 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 '
|
||||
'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