From dcfe99060642847e9f27ff073152c3299a8a99fb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 10 Mar 2025 10:51:36 +0100 Subject: 🐛 fix missing translation (refs #6212) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_finds/templates/ishtar/sheet_find.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 768bd0ea1..d38b0060f 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -162,7 +162,7 @@ {% field_flex "Seal number" item.seal_number %} {% trans "Administrative index" as admin_index_label %} {% field_flex admin_index_label item.administrative_index %} - {% field_flex_full "Mark" item.mark "
" "
" %} + {% field_flex_full _("Marking details") item.mark "
" "
" %}

{% trans "Description" %}

-- cgit v1.2.3