From afde138b7a62228803b5046ecb20cd7c846603fb Mon Sep 17 00:00:00 2001 From: kd-ods <35495305+kd-ods@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:20:20 +0000 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Kathryn Irish <137891030+kathryn-ods@users.noreply.github.com> --- cove_bods/templates/cove_bods/additional_checks_table.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cove_bods/templates/cove_bods/additional_checks_table.html b/cove_bods/templates/cove_bods/additional_checks_table.html index 3f3d14f..91fa29f 100644 --- a/cove_bods/templates/cove_bods/additional_checks_table.html +++ b/cove_bods/templates/cove_bods/additional_checks_table.html @@ -684,7 +684,7 @@ {# Currently this applies to 0.4+ #} - {% blocktrans %}statementDate too early. recordStatus is 'updated' or 'closed' but statementDate is earlier than that of corresponding 'new' Statement.{% endblocktrans %} + {% blocktrans %}statementDate is too early. The recordStatus is 'updated' or 'closed' but statementDate is earlier than that of the corresponding 'new' Statement.{% endblocktrans %} recordId: {{ additional_check.record_id }}
@@ -711,7 +711,7 @@ {# Currently this applies to 0.4+ #} - {% blocktrans %}statementDate too late. recordStatus is 'new' or 'updated' but statementDate is later than that of corresponding 'closed' Statement.{% endblocktrans %} + {% blocktrans %}statementDate is too late. recordStatus is 'new' or 'updated' but statementDate is later than that of the corresponding 'closed' Statement.{% endblocktrans %} recordId:: {{ additional_check.record_id }}
@@ -725,7 +725,7 @@ {# Currently this applies to 0.4+ #} - {% blocktrans %}recordType varies across Statements for the same record. Check that Statements relating to the same record must all have the same type.{%endblocktrans%} + {% blocktrans %}recordType varies across Statements for the same record. Check that Statements relating to the same record all have the same type.{%endblocktrans%} recordId: {{ additional_check.record_id }}