summaryrefslogtreecommitdiff
path: root/archaeological_finds/models_finds.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2023-01-16 11:45:10 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2023-01-16 11:45:10 +0100
commit71d726991b1577ea06aa96ee769e63a83422a814 (patch)
treedcf2a74cef2866fc5fc3a3779193ee08306ab72a /archaeological_finds/models_finds.py
parent4e964c674bf24035c0d8c26bd1ae3cd2d04632a9 (diff)
downloadIshtar-71d726991b1577ea06aa96ee769e63a83422a814.tar.bz2
Ishtar-71d726991b1577ea06aa96ee769e63a83422a814.zip
Update translations
Diffstat (limited to 'archaeological_finds/models_finds.py')
-rw-r--r--archaeological_finds/models_finds.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py
index 04af22d21..0efb9963e 100644
--- a/archaeological_finds/models_finds.py
+++ b/archaeological_finds/models_finds.py
@@ -1147,7 +1147,7 @@ class Find(
"base_finds__context_record__operation__towns__areas__parent__label",
_("Extended area"),
),
- ("datings__period__label", _("Period")),
+ ("datings__period__label", _("Chronological period")),
("material_types__label", _("Material type")),
("object_types__label", _("Object type")),
("preservation_to_considers__label", _("Recommended treatments")),
@@ -1836,7 +1836,7 @@ class Find(
weight_unit = models.CharField(
_("Weight unit"), max_length=4, blank=True, null=True, choices=WEIGHT_UNIT
)
- find_number = models.IntegerField(_("Find number"), blank=True, null=True)
+ find_number = models.IntegerField(_("Number of remains"), blank=True, null=True)
upstream_treatment = models.ForeignKey(
"Treatment",
blank=True,