Update src/pretix/plugins/badges/exporters.py

Co-authored-by: Mira <weller@rami.io>
This commit is contained in:
Raphael Michel
2024-10-31 13:00:34 +01:00
committed by GitHub
co-authored by Mira
parent 80403f2700
commit 959e775c40
+1 -1
View File
@@ -472,7 +472,7 @@ class BadgeExporter(BaseExporter):
label=_('End event date'),
widget=forms.DateInput(attrs={'class': 'datepickerfield'}),
required=False,
help_text=_('Only include tickets for dates on or before this date.')
help_text=_('Only include tickets ordered on or before this date.')
)),
('order_date_from',
forms.DateField(