Fix unclear label

This commit is contained in:
Raphael Michel
2021-04-08 22:05:40 +02:00
parent aaafbea77a
commit 3044b9346a
3 changed files with 9 additions and 10 deletions

View File

@@ -80,7 +80,7 @@ class OrderListExporter(MultiSheetListExporter):
label=_('End date'),
widget=forms.DateInput(attrs={'class': 'datepickerfield'}),
required=False,
help_text=_('Only include orders issued on or before this date.')
help_text=_('Only include orders created on or before this date.')
)),
('event_date_from',
forms.DateField(