Remove redundant "previous" text

This commit is contained in:
PCoder 2017-10-31 09:05:49 +01:00
parent d8ce0f95c5
commit f9bd849333
2 changed files with 4 additions and 4 deletions

View file

@ -89,7 +89,7 @@
<hr class="top-hr"> <hr class="top-hr">
<p> <p>
{% if card_list_len > 0 %} {% 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 %} {% 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 %} {% 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 %} {% endif %}
@ -108,7 +108,7 @@
</div> </div>
{% endfor %} {% endfor %}
{% if card_list_len > 0 %} {% 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 %} {% endif %}
{% include "hosting/includes/_card_input.html" %} {% include "hosting/includes/_card_input.html" %}
</div> </div>

View file

@ -72,7 +72,7 @@
<div> <div>
<p> <p>
{% if card_list_len > 0 %} {% 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 %} {% 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 %} {% 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 %} {% endif %}
@ -91,7 +91,7 @@
</div> </div>
{% endfor %} {% endfor %}
{% if card_list_len > 0 %} {% 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 %} {% endif %}
{% include "hosting/includes/_card_input.html" %} {% include "hosting/includes/_card_input.html" %}
</div> </div>