diff --git a/src/pretix/plugins/stripe/payment.py b/src/pretix/plugins/stripe/payment.py index 5211d09435..9bf3073624 100644 --- a/src/pretix/plugins/stripe/payment.py +++ b/src/pretix/plugins/stripe/payment.py @@ -386,7 +386,7 @@ class StripeSettingsHolder(BasePaymentProvider): disabled=self.event.currency != 'EUR', help_text=( _('Some payment methods might need to be enabled in the settings of your Stripe account ' - 'before work properly.') + + 'before they work properly.') + '
%s
' % _( 'SEPA Direct Debit payments via Stripe are not processed ' 'instantly but might take up to 14 days to be confirmed in some cases. '