From ea920fb67e4e4e87309365c8d35a58d380af8b78 Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Tue, 7 Jun 2022 18:16:20 +0200 Subject: [PATCH] PPv2: Change APM redirect text --- .../templates/pretixplugins/paypal2/checkout_payment_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/plugins/paypal2/templates/pretixplugins/paypal2/checkout_payment_form.html b/src/pretix/plugins/paypal2/templates/pretixplugins/paypal2/checkout_payment_form.html index 6bdb7d82f4..51c666b7c1 100644 --- a/src/pretix/plugins/paypal2/templates/pretixplugins/paypal2/checkout_payment_form.html +++ b/src/pretix/plugins/paypal2/templates/pretixplugins/paypal2/checkout_payment_form.html @@ -7,7 +7,7 @@ {% endblocktrans %} {% else %} {% blocktrans trimmed %} - After you clicked continue, we will redirect you to PayPal to fill in your payment + After you clicked continue, we will be able to select how you want to pay and to fill in your payment details. You will then be redirected back here to review and confirm your order. {% endblocktrans %} {% endif %}