From 2e6eb167e1c6714abb1d5a69a187c94ff46982aa Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Mon, 18 Nov 2024 14:16:50 +0100 Subject: [PATCH] Update src/pretix/plugins/stripe/payment.py Co-authored-by: robbi5 --- src/pretix/plugins/stripe/payment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/plugins/stripe/payment.py b/src/pretix/plugins/stripe/payment.py index 7bee129722..6d31d4884b 100644 --- a/src/pretix/plugins/stripe/payment.py +++ b/src/pretix/plugins/stripe/payment.py @@ -1867,7 +1867,7 @@ class StripeMobilePay(StripeRedirectMethod): method = 'mobilepay' confirmation_method = 'automatic' explanation = _( - 'This payment method is available to MobilePay app users in Denmark and Finnland. Please have your app ready.' + 'This payment method is available to MobilePay app users in Denmark and Finland. Please have your app ready.' ) def _payment_intent_kwargs(self, request, payment):