mirror of
https://github.com/pretix/pretix.git
synced 2026-08-11 10:57:00 +00:00
better label
This commit is contained in:
@@ -100,7 +100,7 @@ def register_global_settings(sender, **kwargs):
|
||||
),
|
||||
)),
|
||||
('payment_paypal_abort_pending_payment_allowed_timeout', forms.IntegerField(
|
||||
label=_('Debounce timeout (minutes) after which it is possible to abort a PENDING_REVIEW payment.'),
|
||||
label=_('Paypal: Debounce timeout (minutes) after which it is possible to abort a PENDING_REVIEW payment.'),
|
||||
initial=30,
|
||||
)),
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user