Hosting payment: select card text update

This commit is contained in:
PCoder 2017-10-28 23:18:10 +02:00
parent 7e5cab2cc4
commit db8dd9af54

View file

@ -72,7 +72,7 @@
<div>
<p>
{% if card_list_len > 0 %}
{% blocktrans %}Please select one of the previous cards that you used 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 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 %}
{% 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 %}