diff --git a/app/templates/views/check.html b/app/templates/views/check.html index a48eb7506..e56a1a60e 100644 --- a/app/templates/views/check.html +++ b/app/templates/views/check.html @@ -63,7 +63,7 @@ ) }}
- Your file has {{ recipients.column_headers | formatted_list( + Right now it has {{ recipients.column_headers | formatted_list( prefix='one column, called ', prefix_plural='columns called ' ) }}. diff --git a/tests/app/main/views/test_send.py b/tests/app/main/views/test_send.py index ae064d215..d38fea016 100644 --- a/tests/app/main/views/test_send.py +++ b/tests/app/main/views/test_send.py @@ -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 has columns called ‘telephone’ and ‘name’. ' + 'Right now it has columns called ‘telephone’ and ‘name’. ' 'Skip to file contents' ) ),