forked from CGM_Public/pretix_original
Stripe: Use unified wording for redirect announcement (#5613)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user