diff --git a/app/templates/views/check/column-errors.html b/app/templates/views/check/column-errors.html index 66dd8f7da..02828f3a5 100644 --- a/app/templates/views/check/column-errors.html +++ b/app/templates/views/check/column-errors.html @@ -38,7 +38,7 @@ {% elif not count_of_recipients %}

- Your file is missing rows + Your file is missing some rows

{% if recipients.missing_column_headers %}

@@ -56,7 +56,7 @@ {% elif not recipients.has_recipient_columns %}

- Your file is missing columns + Your file is missing some columns

It needs {{ ( @@ -95,7 +95,7 @@ {% elif recipients.missing_column_headers %}

- Your file is missing columns + Your file is missing some columns

The column names need to match the double brackets in your template.