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 }}