diff --git a/templates/auto-refund.html b/templates/auto-refund.html index 37bb4a067..2f48e16e2 100644 --- a/templates/auto-refund.html +++ b/templates/auto-refund.html @@ -6,7 +6,7 @@
- A ${{ amount }} auto refund has been processed and will be credited to your {% if card_type %}{{ card_type | capitalize }}{% else %}card{% endif %}{% if last_four %} ending in {{ last_four }}{% endif %} shortly. + A {{ amount }} auto refund has been processed and will be credited to your {% if card_type %}{{ card_type | capitalize }}{% else %}card{% endif %}{% if last_four %} ending in {{ last_four }}{% endif %} shortly.
@@ -18,6 +18,6 @@
Total: USD ${{ amount }}
+Total: {{ amount }}
{{ date }}
{% endblock %} diff --git a/templates/auto-refund.txt b/templates/auto-refund.txt index 8ad0b20e6..a7dd486b9 100644 --- a/templates/auto-refund.txt +++ b/templates/auto-refund.txt @@ -1,5 +1,5 @@ Your subscription has been successfully canceled. Your account has been returned to our one-seat developer plan. We appreciate your business and welcome you back anytime. -A ${{ amount }} auto refund has been processed and will be credited to your {% if card_type %}{{ card_type | capitalize }}{% else %}card{% endif %}{% if last_four %} ending in {{ last_four }}{% endif %} shortly. +A {{ amount }} auto refund has been processed and will be credited to your {% if card_type %}{{ card_type | capitalize }}{% else %}card{% endif %}{% if last_four %} ending in {{ last_four }}{% endif %} shortly. If you have any questions or need help, please contact us at support@codecov.io diff --git a/templates/failed-payment.html b/templates/failed-payment.html index fa76b8341..e738d3f01 100644 --- a/templates/failed-payment.html +++ b/templates/failed-payment.html @@ -17,7 +17,7 @@- Your ${{ amount }} payment to Functional Software, Inc, dba Sentry has + Your {{ amount }} payment to Functional Software, Inc, dba Sentry has failed
@@ -41,6 +41,6 @@Total: USD ${{ amount }}
+Total: {{ amount }}
{{ date }}
{% endblock %} diff --git a/templates/failed-payment.txt b/templates/failed-payment.txt index 7110ed0f3..ca4383543 100644 --- a/templates/failed-payment.txt +++ b/templates/failed-payment.txt @@ -1,4 +1,4 @@ -Your ${{ amount }} payment to Functional Software, Inc, dba Sentry has failed. +Your {{ amount }} payment to Functional Software, Inc, dba Sentry has failed. We were unable to process your {% if card_type %}{{ card_type | capitalize }}{% else %}card{% endif %}{% if last_four %} ending in {{ last_four }}{% endif %}. Please take a moment to double check your payment information to ensure your account continues to run smoothly.