summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/sheet_findsource.html
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_findsource.html')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_findsource.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_findsource.html b/archaeological_finds/templates/ishtar/sheet_findsource.html
index 69d14d161..fedb20911 100644
--- a/archaeological_finds/templates/ishtar/sheet_findsource.html
+++ b/archaeological_finds/templates/ishtar/sheet_findsource.html
@@ -8,5 +8,6 @@
{% endblock %}
{% block related %}
-{% field "Related find" item.owner '' item.owner|link_to_window %}
+{% trans "Related find" as related_item_label %}
+{% field related_item_label item.owner '' item.owner|link_to_window %}
{% endblock %}