From f55db51dfa7839d3c2b5d3640867f943a06d8808 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 30 Nov 2025 21:08:03 +0100 Subject: ✏️ minor fix on dating label MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_context_records/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_context_records/models.py') diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index c06ddfb18..196ba983e 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -1268,7 +1268,7 @@ class ContextRecord( reverse("context-record-dating-add", args=[self.pk]), _("Add dating"), "fa fa-plus", - _("period"), + _("dating"), "", True, ), -- cgit v1.2.3