diff --git a/src/pretix/plugins/paypal2/signals.py b/src/pretix/plugins/paypal2/signals.py index b32bf023cc..59ef3c92c1 100644 --- a/src/pretix/plugins/paypal2/signals.py +++ b/src/pretix/plugins/paypal2/signals.py @@ -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, )), ])