Improves wording around credit notes. Fixes #11.
This commit is contained in:
parent
c05deeb26c
commit
752b07ba77
1 changed files with 2 additions and 2 deletions
|
@ -161,8 +161,8 @@
|
||||||
|
|
||||||
{% available_credit as credit %}
|
{% available_credit as credit %}
|
||||||
{% if credit %}
|
{% if credit %}
|
||||||
<p>You have ${{ credit }} leftover from refunded invoices. Contact the conference organisers
|
<p>You have ${{ credit }} leftover from refunded invoices. This credit will be automatically applied to new invoices. Contact the conference organisers to
|
||||||
to put this toward other purchases, or to refund it.</p>
|
for a refund to your original payment source.</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue