diff options
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_treatmentfile.html')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_treatmentfile.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_treatmentfile.html b/archaeological_finds/templates/ishtar/sheet_treatmentfile.html index 7159493c5..097f5defd 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatmentfile.html +++ b/archaeological_finds/templates/ishtar/sheet_treatmentfile.html @@ -13,9 +13,9 @@ {% if item.external_id %} <p class="window-refs">{{ item.external_id }}</p>{% endif %} {% if item.end_date %} -<p class="window-refs">{% trans "Closed" %} ({{item.end_date}})</p> +<p class="window-refs">{% trans "Closed" context "Treatment request" %} ({{item.end_date}})</p> {% else %} -<p class="window-refs">{% trans "Active" %}</p> +<p class="window-refs">{% trans "Active" context "Treatment request" %}</p> {% endif %} <ul class='form-flex'> |
