better label

This commit is contained in:
Lukas Bockstaller
2026-08-10 14:58:17 +02:00
parent 89f1ce8976
commit 2500730db6
+1 -1
View File
@@ -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,
)),
])