Stripe: Use unified wording for redirect announcement (#5613)

This commit is contained in:
Raphael Michel
2025-11-17 16:20:53 +01:00
committed by GitHub
parent 86ca7c4440
commit 8c01cad06b
4 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
{% else %}
<p>{% blocktrans trimmed %}
After you submitted your order, we will redirect you to the payment service provider to complete your payment.
You will then be redirected back here to get your tickets.
You will then be redirected back here.
{% endblocktrans %}</p>
<dl class="dl-horizontal">
<dt>{% trans "Payment method" %}</dt>

View File

@@ -6,5 +6,5 @@
{% bootstrap_form form layout='horizontal' %}
<p class="help-block">{% blocktrans trimmed %}
After you submitted your order, we will redirect you to the payment service provider to complete your payment.
You will then be redirected back here to get your tickets.
You will then be redirected back here.
{% endblocktrans %}</p>

View File

@@ -11,8 +11,8 @@
<p class="help-block">
{% blocktrans trimmed %}
After you submitted your order, we will redirect you to the payment service provider to complete your
payment. You will then be redirected back here to get your tickets.
After you submitted your order, we will redirect you to the payment service provider to complete your payment.
You will then be redirected back here.
{% endblocktrans %}
</p>

View File

@@ -4,5 +4,5 @@
{% endif %}
<p class="help-block">{% blocktrans trimmed %}
After you submitted your order, we will redirect you to the payment service provider to complete your payment.
You will then be redirected back here to get your tickets.
You will then be redirected back here.
{% endblocktrans %}</p>