Make the ‘no recipient column’ error more concise

Word salad.
This commit is contained in:
Chris Hill-Scott
2017-05-11 11:11:59 +01:00
parent d440f38646
commit 3bccf39c77
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@
<div class="bottom-gutter">
{% call banner_wrapper(type='dangerous') %}
<h1 class='banner-title'>
Your file needs to have {{ recipients.recipient_column_headers | formatted_list(
Your file needs {{ recipients.recipient_column_headers | formatted_list(
prefix='a column called',
prefix_plural='columns called'
) }}

View File

@@ -130,7 +130,7 @@ def test_upload_csvfile_with_errors_shows_check_page_with_errors(
+447700900986
""",
(
'Your file needs to have a column called phone number '
'Your file needs a column called phone number '
'Your file has columns called telephone and name. '
'Skip to file contents'
)