diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-19 18:48:53 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-19 19:12:35 +0100 |
commit | fd34a3a813a2c980b3b029c456c8ff7c2579368d (patch) | |
tree | 19931aa6fe5b3315c193df7bcea50ffb67e1d4f2 /archaeological_finds/forms.py | |
parent | 64d1ad4ea9cf4030e9191d0c143013f54e003a21 (diff) | |
download | Ishtar-fd34a3a813a2c980b3b029c456c8ff7c2579368d.tar.bz2 Ishtar-fd34a3a813a2c980b3b029c456c8ff7c2579368d.zip |
🌐 update translations
Diffstat (limited to 'archaeological_finds/forms.py')
-rw-r--r-- | archaeological_finds/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/forms.py b/archaeological_finds/forms.py index 9aba4c389..f7bd338a7 100644 --- a/archaeological_finds/forms.py +++ b/archaeological_finds/forms.py @@ -1848,7 +1848,7 @@ class FindSelect(GeoItemSelect, PeriodSelect): museum_entry_date_end_after = forms.DateField( label=_("Museum - Entry date end - after"), widget=DatePicker ) - museum_entry_date_comment = forms.CharField(label=_("Museum - Comment on museum entry date")) + museum_entry_date_comment = forms.CharField(label=_("Museum - Comment on entry date")) museum_donor = forms.IntegerField( label=_("Museum - Donor, testator or vendor"), widget=widgets.JQueryAutoComplete( |