forked from CGM_Public/pretix_original
Fix incorrect help text
This commit is contained in:
@@ -994,7 +994,7 @@ DEFAULTS = {
|
||||
('week', _('Week 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': {
|
||||
|
||||
Reference in New Issue
Block a user