diff options
Diffstat (limited to 'archaeological_warehouse')
-rw-r--r-- | archaeological_warehouse/models.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/archaeological_warehouse/models.py b/archaeological_warehouse/models.py index 16bbaab40..7244d60ed 100644 --- a/archaeological_warehouse/models.py +++ b/archaeological_warehouse/models.py @@ -1429,11 +1429,9 @@ class Container(DocumentItem, Merge, LightHistorizedItem, _("Associated context record - use it with caution, " "only return the first found context_record")), ("material_types", - _("Material types inside the container - sorted by alphabetical " - "order")), + _("Material types inside the container - string")), ("material_types_code", - _("Material types code inside the container - sorted by " - "alphabetical order")), + _("Material types code - string")), ] def get_material_types_code(self) -> str: |