summaryrefslogtreecommitdiff
path: root/archaeological_operations/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-05-18 14:04:15 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-05-18 14:04:15 +0200
commit0a00fb75fe9abdd96e56650cee40590df6262a85 (patch)
tree632f244d406c98626ea3bbd72fc516b8fc8ff99b /archaeological_operations/forms.py
parent49c872948de7d1e0bdca466eaea8dc0d024c1732 (diff)
downloadIshtar-0a00fb75fe9abdd96e56650cee40590df6262a85.tar.bz2
Ishtar-0a00fb75fe9abdd96e56650cee40590df6262a85.zip
Minor fix on translation
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r--archaeological_operations/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py
index 17b975c34..dea70c7b4 100644
--- a/archaeological_operations/forms.py
+++ b/archaeological_operations/forms.py
@@ -818,7 +818,7 @@ class OperationFormGeneral(CustomForm, ManageOldType):
operator_reference = forms.CharField(label=_("Operator reference"),
required=False, max_length=20)
in_charge = forms.IntegerField(
- label=_("In charge"),
+ label=_("Scientific monitor"),
widget=widgets.JQueryAutoComplete(
reverse_lazy(
'autocomplete-person',