diff --git a/app/templates/views/check/column-errors.html b/app/templates/views/check/column-errors.html index 02828f3a5..09159d2a0 100644 --- a/app/templates/views/check/column-errors.html +++ b/app/templates/views/check/column-errors.html @@ -56,10 +56,10 @@ {% elif not recipients.has_recipient_columns %}
- It needs {{ ( + Your file needs {{ ( recipients.missing_column_headers if template.template_type == 'letter' else required_recipient_columns ) | formatted_list( @@ -95,11 +95,8 @@ {% elif recipients.missing_column_headers %}
- The column names need to match the double brackets in your template. -
Your file is missing {{ recipients.missing_column_headers | formatted_list( conjunction='and',