diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-05-18 13:34:38 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-05-18 13:34:38 +0200 |
commit | 400ba5269e95efddcfee0b676792a1b7b7a7f53d (patch) | |
tree | 3fca444033cd21327c7ca36277fe6c48cf1f7f79 /archaeological_operations/forms.py | |
parent | 0c6c694b743cef4517df63ad93c6af4f7dc757cb (diff) | |
download | Ishtar-400ba5269e95efddcfee0b676792a1b7b7a7f53d.tar.bz2 Ishtar-400ba5269e95efddcfee0b676792a1b7b7a7f53d.zip |
Operation: in charge -> scientific monitor
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 288a4f074..17b975c34 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -508,7 +508,7 @@ class OperationSelect(DocumentItemSelect): args=[person_type_pks_lazy(['sra_agent'])] ), associated_model=Person), - label=_("In charge")) + label=_("Scientific monitor")) scientist = forms.IntegerField( widget=widgets.JQueryAutoComplete( reverse_lazy( |