diff --git a/hosting/templates/hosting/order_detail.html b/hosting/templates/hosting/order_detail.html
index 283eb7f4..daf4117d 100644
--- a/hosting/templates/hosting/order_detail.html
+++ b/hosting/templates/hosting/order_detail.html
@@ -80,8 +80,7 @@
{{order.last4}}
{{user.email}}
{% else %}
- {{cc_brand|default:'Card'}} {% trans "ending in" %} ****
- {{cc_last4}}
+ {{cc_brand|default:_('Credit Card')}} {% trans "ending in" %} ****{{cc_last4}}
{% if request.user.is_authenticated %}
{{request.user.email}}
{% else %}