diff --git a/app/templates/views/check/ok.html b/app/templates/views/check/ok.html index affa5a4ff..4cd5d20f2 100644 --- a/app/templates/views/check/ok.html +++ b/app/templates/views/check/ok.html @@ -80,11 +80,7 @@ {% if count_of_displayed_recipients < count_of_recipients %}
- {% if row_errors and not recipients.missing_column_headers %} - Only showing the first {{ count_of_displayed_recipients }} rows with errors - {% else %} - Only showing the first {{ count_of_displayed_recipients }} rows - {% endif %} + Only showing the first {{ count_of_displayed_recipients }} rows
{% endif %}