From 05b2930826a1335e737ab050431189a18bc38009 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 18 Sep 2019 16:13:16 +0100 Subject: [PATCH] Add 'some' for readability --- app/templates/views/check/column-errors.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.