Skip to content

Commit

Permalink
additional_checks_table.html: Initial change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed (ODSC) committed Oct 23, 2024
1 parent 2db6fce commit 1257c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cove_bods/templates/cove_bods/additional_checks_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
{% if additional_check.type == 'entity_identifier_scheme_not_known' %}
<tr>
<td>
{% trans 'The statement has an identifier scheme which is not valid.' %}
{% blocktrans %}<code>scheme</code> is not valid. Check the BODS documentation for guidance on identifiers. {%endblocktrans%}
</td>
<td>
{% trans 'Invalid Scheme' %}: {{ additional_check.scheme }}
<code>scheme</code>: {{ additional_check.scheme }}
</td>
<td>
{{ additional_check.entity_statement }}
Expand Down

0 comments on commit 1257c88

Please sign in to comment.