diff --git a/src/pretix/plugins/stripe/payment.py b/src/pretix/plugins/stripe/payment.py index 207e7383e..c7b8c74f7 100644 --- a/src/pretix/plugins/stripe/payment.py +++ b/src/pretix/plugins/stripe/payment.py @@ -188,8 +188,14 @@ class StripeSettingsHolder(BasePaymentProvider): forms.BooleanField( label=_('SOFORT'), disabled=self.event.currency != 'EUR', - help_text=_('Needs to be enabled in your Stripe account first. Note that, despite the name, ' - 'payments are not immediately confirmed but might take some time.'), + help_text=( + _('Needs to be enabled in your Stripe account first.') + + '