mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Fix incorrect help text
This commit is contained in:
@@ -994,7 +994,7 @@ DEFAULTS = {
|
|||||||
('week', _('Week calendar')),
|
('week', _('Week calendar')),
|
||||||
('calendar', _('Month calendar')),
|
('calendar', _('Month calendar')),
|
||||||
),
|
),
|
||||||
help_text=_('If your event series has more than 100 dates, only the month or week calendar can be used.')
|
help_text=_('If your event series has more than 50 dates in the future, only the month or week calendar can be used.')
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
'last_order_modification_date': {
|
'last_order_modification_date': {
|
||||||
|
|||||||
Reference in New Issue
Block a user