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:42:11 +0100 |
| commit | 6245f72b44ee6352981a5ba8504572dadc41436d (patch) | |
| tree | e7dcfbda72955c32365cd93dacb65f0a0bb934ae /archaeological_context_records/forms.py | |
| parent | 451147201dee61fa229fbcaaee3d1503d62f3b10 (diff) | |
| download | Ishtar-6245f72b44ee6352981a5ba8504572dadc41436d.tar.bz2 Ishtar-6245f72b44ee6352981a5ba8504572dadc41436d.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 7fa075f0e..a65aad717 100644 --- a/archaeological_context_records/forms.py +++ b/archaeological_context_records/forms.py @@ -548,7 +548,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 = [ |
