From 0a00fb75fe9abdd96e56650cee40590df6262a85 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 18 May 2022 14:04:15 +0200 Subject: Minor fix on translation --- archaeological_operations/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_operations/forms.py') 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', -- cgit v1.2.3