diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-10 10:51:36 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-10 10:51:36 +0100 |
commit | dcfe99060642847e9f27ff073152c3299a8a99fb (patch) | |
tree | 619e10740d825a28563f4c8fb3a60b5c69d4f31a | |
parent | 243731a08855e2919eb3fef8e0f4c80f9be69ce2 (diff) | |
download | Ishtar-dcfe99060642847e9f27ff073152c3299a8a99fb.tar.bz2 Ishtar-dcfe99060642847e9f27ff073152c3299a8a99fb.zip |
🐛 fix missing translation (refs #6212)
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 "<pre>" "</pre>" %} + {% field_flex_full _("Marking details") item.mark "<pre>" "</pre>" %} </div> <h3>{% trans "Description" %}</h3> |