forked from CGM_Public/pretix_original
Fix typo
This commit is contained in:
@@ -497,7 +497,7 @@ DEFAULTS = {
|
|||||||
'form_kwargs': dict(
|
'form_kwargs': dict(
|
||||||
label=_('Payment term in minutes'),
|
label=_('Payment term in minutes'),
|
||||||
help_text=_("The number of minutes after placing an order the user has to pay to preserve their reservation. "
|
help_text=_("The number of minutes after placing an order the user has to pay to preserve their reservation. "
|
||||||
"Only use this if you exclusively offer real-time payment methods. Please note that for technical resons, "
|
"Only use this if you exclusively offer real-time payment methods. Please note that for technical reasons, "
|
||||||
"the actual time frame might be a few minutes longer before the order is marked as expired."),
|
"the actual time frame might be a few minutes longer before the order is marked as expired."),
|
||||||
validators=[MinValueValidator(0),
|
validators=[MinValueValidator(0),
|
||||||
MaxValueValidator(1440)],
|
MaxValueValidator(1440)],
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ iDEAL
|
|||||||
integrations
|
integrations
|
||||||
iOS
|
iOS
|
||||||
JSON
|
JSON
|
||||||
|
Kosovo
|
||||||
Lead
|
Lead
|
||||||
Leaflet
|
Leaflet
|
||||||
LLC
|
LLC
|
||||||
|
|||||||
Reference in New Issue
Block a user