diff options
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r-- | archaeological_context_records/models.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index 84e160480..0a3a9c256 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -532,7 +532,7 @@ class ContextRecord( ("datings__period__label", _("Period")), ("identification__label", _("Identification")), ("activity__label", _("Activity")), - ("excavation_technics__label", _("Excavation technique")), + ("excavation_technics__label", _("Excavation techniques")), ("documents__source_type__label", _("Associated document type")), ("last_modified__year", _("Modification (year)")), ] @@ -818,7 +818,7 @@ class ContextRecord( excavation_technics = models.ManyToManyField( ExcavationTechnicType, blank=True, - verbose_name=_("Excavation technique"), + verbose_name=_("Excavation techniques"), related_name="context_records", ) related_context_records = models.ManyToManyField( |