diff options
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_treatment.html')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_treatment.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_treatment.html b/archaeological_finds/templates/ishtar/sheet_treatment.html index 1bf5209fb..9ec9db754 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatment.html +++ b/archaeological_finds/templates/ishtar/sheet_treatment.html @@ -17,9 +17,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" %} ({{item.end_date}})</p> {% else %} -<p class="window-refs">{% trans "Active" %}</p> +<p class="window-refs">{% trans "Active" context "Treatment" %}</p> {% endif %} <ul class='form-flex'> |
