Skip to content

Commit

Permalink
Remove USD as well
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmurray-codecov committed Nov 12, 2024
1 parent d317d53 commit 2606688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/auto-refund.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ <h2>Sorry to see you go, {{ name }}</h2>
<a href="mailto:support@codecov.io">support@codecov.io</a>
</p>
{% endblock %} {% block aside %}
<p>Total: USD <span class="green-money-text">{{ amount }}</span></p>
<p>Total: <span class="green-money-text">{{ amount }}</span></p>
<p>{{ date }}</p>
{% endblock %}
2 changes: 1 addition & 1 deletion templates/failed-payment.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ <h3>Why did the payment fail?</h3>
</p>
</div>
{% endblock %} {% block aside %}
<p>Total: USD <span class="red-money-text">{{ amount }}</span></p>
<p>Total: <span class="red-money-text">{{ amount }}</span></p>
<p>{{ date }}</p>
{% endblock %}

0 comments on commit 2606688

Please sign in to comment.