mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix typo
This commit is contained in:
@@ -497,7 +497,7 @@ DEFAULTS = {
|
||||
'form_kwargs': dict(
|
||||
label=_('Payment term in minutes'),
|
||||
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."),
|
||||
validators=[MinValueValidator(0),
|
||||
MaxValueValidator(1440)],
|
||||
|
||||
@@ -44,6 +44,7 @@ iDEAL
|
||||
integrations
|
||||
iOS
|
||||
JSON
|
||||
Kosovo
|
||||
Lead
|
||||
Leaflet
|
||||
LLC
|
||||
|
||||
Reference in New Issue
Block a user