diff options
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r-- | archaeological_operations/forms.py | 2 |
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', |