diff --git a/pinaxcon/templates/dashboard.html b/pinaxcon/templates/dashboard.html index f2b8062..f098956 100644 --- a/pinaxcon/templates/dashboard.html +++ b/pinaxcon/templates/dashboard.html @@ -161,8 +161,8 @@ {% available_credit as credit %} {% if credit %} -
You have ${{ credit }} leftover from refunded invoices. Contact the conference organisers - to put this toward other purchases, or to refund it.
+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.
{% endif %} {% endif %}