summaryrefslogtreecommitdiff
path: root/archaeological_files/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-07-07 11:56:40 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-07-08 09:59:31 +0200
commit632f8e2ea107324838845df2b51d084759923c56 (patch)
tree9907ca50998ac262431617260d07b4fac3ce36ff /archaeological_files/models.py
parent98e33994e42a0d5ee7cd1142922265589a6cb519 (diff)
downloadIshtar-632f8e2ea107324838845df2b51d084759923c56.tar.bz2
Ishtar-632f8e2ea107324838845df2b51d084759923c56.zip
Preventive file form: fix JS - fix default cost add with price agreement
Diffstat (limited to 'archaeological_files/models.py')
-rw-r--r--archaeological_files/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_files/models.py b/archaeological_files/models.py
index 829c8c550..8ff10bc82 100644
--- a/archaeological_files/models.py
+++ b/archaeological_files/models.py
@@ -183,7 +183,7 @@ ES_UNITS = (
("D", _("days")),
("W", _("weeks")),
("M", _("months")),
- ("L", _("linear meter")),
+ ("L", _("linear m.")),
)
DCT_ES_UNITS = dict(ES_UNITS)