mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 17:24:23 -04:00
Don’t repeat _your file_ at start of paragraph
Looks weird, like we’re telling you two contradictory things. Doesn’t scan well.
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
) }}
|
) }}
|
||||||
</h1>
|
</h1>
|
||||||
<p>
|
<p>
|
||||||
Your file has {{ recipients.column_headers | formatted_list(
|
Right now it has {{ recipients.column_headers | formatted_list(
|
||||||
prefix='one column, called ',
|
prefix='one column, called ',
|
||||||
prefix_plural='columns called '
|
prefix_plural='columns called '
|
||||||
) }}.
|
) }}.
|
||||||
|
|||||||
@@ -131,7 +131,7 @@ def test_upload_csvfile_with_errors_shows_check_page_with_errors(
|
|||||||
""",
|
""",
|
||||||
(
|
(
|
||||||
'Your file needs a column called ‘phone number’ '
|
'Your file needs a column called ‘phone number’ '
|
||||||
'Your file has columns called ‘telephone’ and ‘name’. '
|
'Right now it has columns called ‘telephone’ and ‘name’. '
|
||||||
'Skip to file contents'
|
'Skip to file contents'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user