Improves wording around credit notes. Fixes #11.

This commit is contained in:
Christopher Neugebauer 2016-09-16 09:45:55 +10:00
parent c05deeb26c
commit 752b07ba77

View file

@ -161,8 +161,8 @@
{% available_credit as credit %}
{% if credit %}
<p>You have ${{ credit }} leftover from refunded invoices. Contact the conference organisers
to put this toward other purchases, or to refund it.</p>
<p>You have ${{ credit }} leftover from refunded invoices. This credit will be automatically applied to new invoices. Contact the conference organisers to
for a refund to your original payment source.</p>
{% endif %}
{% endif %}