forked from CGM_Public/pretix_original
Stripe: Use unified wording for redirect announcement (#5613)
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<p>{% blocktrans trimmed %}
|
<p>{% blocktrans trimmed %}
|
||||||
After you submitted your order, we will redirect you to the payment service provider to complete your payment.
|
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>
|
{% endblocktrans %}</p>
|
||||||
<dl class="dl-horizontal">
|
<dl class="dl-horizontal">
|
||||||
<dt>{% trans "Payment method" %}</dt>
|
<dt>{% trans "Payment method" %}</dt>
|
||||||
|
|||||||
@@ -6,5 +6,5 @@
|
|||||||
{% bootstrap_form form layout='horizontal' %}
|
{% bootstrap_form form layout='horizontal' %}
|
||||||
<p class="help-block">{% blocktrans trimmed %}
|
<p class="help-block">{% blocktrans trimmed %}
|
||||||
After you submitted your order, we will redirect you to the payment service provider to complete your payment.
|
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>
|
{% endblocktrans %}</p>
|
||||||
|
|||||||
@@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
<p class="help-block">
|
<p class="help-block">
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
After you submitted your order, we will redirect you to the payment service provider to complete your
|
After you submitted your order, we will redirect you to the payment service provider to complete your payment.
|
||||||
payment. You will then be redirected back here to get your tickets.
|
You will then be redirected back here.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -4,5 +4,5 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<p class="help-block">{% blocktrans trimmed %}
|
<p class="help-block">{% blocktrans trimmed %}
|
||||||
After you submitted your order, we will redirect you to the payment service provider to complete your payment.
|
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>
|
{% endblocktrans %}</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user