From 8e75a69b32a3ef1d559dff55885b01c665699379 Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Thu, 23 Sep 2021 11:02:37 +0100 Subject: [PATCH] templates: Fix copy, including broken plural https://github.com/OpenDataServices/cove/issues/1360 https://github.com/OpenDataServices/cove/issues/1361 --- cove_iati/templates/cove_iati/explore.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cove_iati/templates/cove_iati/explore.html b/cove_iati/templates/cove_iati/explore.html index 103532e6..e02190b7 100644 --- a/cove_iati/templates/cove_iati/explore.html +++ b/cove_iati/templates/cove_iati/explore.html @@ -336,8 +336,8 @@

{% blocktrans%} Organisation Reference check fail {% if org_refs.publisher_count %}
-

There are {% blocktrans count n_errors=org_refs.publisher_count %} {{n_errors}} publisher {% plural %}{{n_errors}} publishers {% endblocktrans %} - {% blocktrans%} from the iati register used in this dataset: {% endblocktrans %}

+

{% blocktrans count n_errors=org_refs.publisher_count %}There is {{n_errors}} publisher {% plural %}There are {{n_errors}} publishers {% endblocktrans %} + {% blocktrans%} from the IATI Reporting Org list used in this dataset: {% endblocktrans %}


{% include "cove_iati/org_refs_publisher.html" with used_ruleset_errors=org_ruleset_errors ruleset_table_id="org-ruleset-by-rule" %}