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:29 +01:00
committed by GitHub
co-authored by Mira
parent 308e97f143
commit 80403f2700
+1 -1
View File
@@ -479,7 +479,7 @@ class BadgeExporter(BaseExporter):
label=_('Start order date'),
widget=forms.DateInput(attrs={'class': 'datepickerfield'}),
required=False,
help_text=_('Only include tickets for dates on or after this date.')
help_text=_('Only include tickets ordered on or after this date.')
)),
('order_date_to',
forms.DateField(