Fix incorrect help text

This commit is contained in:
Raphael Michel
2020-09-14 13:45:49 +02:00
parent 8d04974caa
commit 820f6d52a5

View File

@@ -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': {