From 77a5a685f103d39d0f69f943bf4f97ab835512b3 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 30 Jan 2024 16:14:21 +0100 Subject: [PATCH] Bank transfer: Clarify instructions on pending payment (#3845) --- .../templates/pretixplugins/banktransfer/pending.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html index 02b5897fe2..32c52e3e16 100644 --- a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html +++ b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html @@ -38,8 +38,9 @@
{% trans "Amount:" %}
{{ amount|money:event.currency }}
{% trans "Reference code (important):" %}
{{ code }}
-

- {% trans "After you sent the bank transfer, you can close this window. We will send you an email as soon as we received your payment." %} +

+ {% trans "There is no further action required on this website." %} + {% trans "We will send you an email as soon as we received your payment." %}

{% if settings.bank_details_type == "sepa" and any_barcodes %}