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:
Chris Hill-Scott
2017-05-11 11:33:25 +01:00
parent f836f206e6
commit d37f7b6bc5
2 changed files with 2 additions and 2 deletions

View File

@@ -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 '
) }}. ) }}.

View File

@@ -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'
) )
), ),