Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kathryn Irish <[email protected]>
  • Loading branch information
kd-ods and kathryn-ods authored Nov 7, 2024
1 parent 6f7be63 commit afde138
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cove_bods/templates/cove_bods/additional_checks_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@
{# Currently this applies to 0.4+ #}
<tr>
<td>
{% blocktrans %}<code>statementDate</code> too early. <code>recordStatus</code> is 'updated' or 'closed' but <code>statementDate</code> is earlier than that of corresponding 'new' Statement.{% endblocktrans %}
{% blocktrans %}<code>statementDate</code> is too early. The <code>recordStatus</code> is 'updated' or 'closed' but <code>statementDate</code> is earlier than that of the corresponding 'new' Statement.{% endblocktrans %}
</td>
<td>
<code>recordId</code>: {{ additional_check.record_id }} <br>
Expand All @@ -711,7 +711,7 @@
{# Currently this applies to 0.4+ #}
<tr>
<td>
{% blocktrans %}<code>statementDate</code> too late. <code>recordStatus</code> is 'new' or 'updated' but <code>statementDate</code> is later than that of corresponding 'closed' Statement.{% endblocktrans %}
{% blocktrans %}<code>statementDate</code> is too late. <code>recordStatus</code> is 'new' or 'updated' but <code>statementDate</code> is later than that of the corresponding 'closed' Statement.{% endblocktrans %}
</td>
<td>
<code>recordId</code>:: {{ additional_check.record_id }} <br>
Expand All @@ -725,7 +725,7 @@
{# Currently this applies to 0.4+ #}
<tr>
<td>
{% blocktrans %}<code>recordType</code> varies across Statements for the same record. Check that Statements relating to the same record must all have the same type.{%endblocktrans%}
{% blocktrans %}<code>recordType</code> varies across Statements for the same record. Check that Statements relating to the same record all have the same type.{%endblocktrans%}
</td>
<td>
<code>recordId</code>: {{ additional_check.record_id }}
Expand Down

0 comments on commit afde138

Please sign in to comment.