diff --git a/src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html b/src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html index 40db91accc..e96342dfa7 100644 --- a/src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html +++ b/src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html @@ -187,7 +187,7 @@
{% if cart.total > 0 %} - {% trans "After you submitted your order using the button below, it will require approval by the event organizer before it can be confirmed and forms a valid contract." %} + {% trans "After you submitted your order using the button below, it will require approval by the event organizer before it can be paid and forms a valid contract." %} {% else %} {% trans "After you submitted your order using the button below, it will require approval by the event organizer." %} {% endif %}