From 2ecedd1f229e9f128a8283aca67beb949cb7fb33 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 29 Nov 2025 18:36:00 +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 87300b899..c06ddfb18 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -1266,7 +1266,7 @@ class ContextRecord( actions += [ ( reverse("context-record-dating-add", args=[self.pk]), - _("Add period"), + _("Add dating"), "fa fa-plus", _("period"), "", -- cgit v1.2.3