Remove redundant "previous" text
This commit is contained in:
parent
d8ce0f95c5
commit
f9bd849333
2 changed files with 4 additions and 4 deletions
|
@ -89,7 +89,7 @@
|
|||
<hr class="top-hr">
|
||||
<p>
|
||||
{% if card_list_len > 0 %}
|
||||
{% blocktrans %}Please select one of the previous cards that you used before or fill in your credit card information below. We are using <a href="https://stripe.com" target="_blank">Stripe</a> for payment and do not store your information in our database.{% endblocktrans %}
|
||||
{% blocktrans %}Please select one of the cards that you used before or fill in your credit card information below. We are using <a href="https://stripe.com" target="_blank">Stripe</a> for payment and do not store your information in our database.{% endblocktrans %}
|
||||
{% else %}
|
||||
{% blocktrans %}Please fill in your credit card information below. We are using <a href="https://stripe.com" target="_blank">Stripe</a> for payment and do not store your information in our database.{% endblocktrans %}
|
||||
{% endif %}
|
||||
|
@ -108,7 +108,7 @@
|
|||
</div>
|
||||
{% endfor %}
|
||||
{% if card_list_len > 0 %}
|
||||
<div class="another-card-text">Use another card</div>
|
||||
<div class="another-card-text">{% trans "Use another card" %}</div>
|
||||
{% endif %}
|
||||
{% include "hosting/includes/_card_input.html" %}
|
||||
</div>
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
<div>
|
||||
<p>
|
||||
{% if card_list_len > 0 %}
|
||||
{% blocktrans %}Please select one of the previous cards that you used before or fill in your credit card information below. We are using <a href="https://stripe.com" target="_blank">Stripe</a> for payment and do not store your information in our database.{% endblocktrans %}
|
||||
{% blocktrans %}Please select one of the cards that you used before or fill in your credit card information below. We are using <a href="https://stripe.com" target="_blank">Stripe</a> for payment and do not store your information in our database.{% endblocktrans %}
|
||||
{% else %}
|
||||
{% blocktrans %}Please fill in your credit card information below. We are using <a href="https://stripe.com" target="_blank">Stripe</a> for payment and do not store your information in our database.{% endblocktrans %}
|
||||
{% endif %}
|
||||
|
@ -91,7 +91,7 @@
|
|||
</div>
|
||||
{% endfor %}
|
||||
{% if card_list_len > 0 %}
|
||||
<div class="another-card-text">Use another card</div>
|
||||
<div class="another-card-text">{% trans "Use another card" %}</div>
|
||||
{% endif %}
|
||||
{% include "hosting/includes/_card_input.html" %}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue