Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit e751626

Browse files
committed
Remove USD as well
1 parent a5246bb commit e751626

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/auto-refund.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ <h2>Sorry to see you go, {{ name }}</h2>
1818
<a href="mailto:support@codecov.io">support@codecov.io</a>
1919
</p>
2020
{% endblock %} {% block aside %}
21-
<p>Total: USD <span class="green-money-text">{{ amount }}</span></p>
21+
<p>Total: <span class="green-money-text">{{ amount }}</span></p>
2222
<p>{{ date }}</p>
2323
{% endblock %}

templates/failed-payment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ <h3>Why did the payment fail?</h3>
4141
</p>
4242
</div>
4343
{% endblock %} {% block aside %}
44-
<p>Total: USD <span class="red-money-text">{{ amount }}</span></p>
44+
<p>Total: <span class="red-money-text">{{ amount }}</span></p>
4545
<p>{{ date }}</p>
4646
{% endblock %}

0 commit comments

Comments
 (0)