diff --git a/erpnext/templates/includes/cart/cart_address.html b/erpnext/templates/includes/cart/cart_address.html index d83f6092a11..7bd92562e22 100644 --- a/erpnext/templates/includes/cart/cart_address.html +++ b/erpnext/templates/includes/cart/cart_address.html @@ -15,7 +15,7 @@ {{ _("Manage Addresses") }}
-
Billing Address
+
{{ _("Billing Address") }}
{% for address in billing_addresses %} diff --git a/erpnext/templates/pages/cart.html b/erpnext/templates/pages/cart.html index 7f6bf01d2bc..6cff5b13e23 100644 --- a/erpnext/templates/pages/cart.html +++ b/erpnext/templates/pages/cart.html @@ -1,6 +1,6 @@ {% extends "templates/web.html" %} -{% block title %} {{ "Shopping Cart" }} {% endblock %} +{% block title %} {{ _("Shopping Cart") }} {% endblock %} {% block header %}

{{ _("My Cart") }}

{% endblock %}