diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-12-01 18:28:17 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-12-01 18:28:17 +0100 |
| commit | a760b89ec7000aec46db6a7263f736f3020707c2 (patch) | |
| tree | 8f39baf2f1cfaff5e928892426c6e93f1350f539 /archaeological_context_records/forms.py | |
| parent | 808c3c28ea57adeb5f864e1204f1f33e0fda4dd6 (diff) | |
| download | Ishtar-a760b89ec7000aec46db6a7263f736f3020707c2.tar.bz2 Ishtar-a760b89ec7000aec46db6a7263f736f3020707c2.zip | |
🐛 fix precise datings label (refs #6500)
Diffstat (limited to 'archaeological_context_records/forms.py')
| -rw-r--r-- | archaeological_context_records/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py index a16d3ec4e..714943af2 100644 --- a/archaeological_context_records/forms.py +++ b/archaeological_context_records/forms.py @@ -562,7 +562,7 @@ class RecordFormInterpretation(CustomForm, ManageOldType): required=False ) datings_comment = forms.CharField( - label=_("Comments on dating"), required=False, widget=forms.Textarea + label=_("Comments on datings"), required=False, widget=forms.Textarea ) TYPES = [ |
