commit | d162eb367c37b84424953c4d9a691140235374fb | [log] [tgz] |
---|---|---|
author | Robert Kirschner <robertkirschner@gmail.com> | Thu Mar 23 12:18:24 2017 +0100 |
committer | Robert Kirschner <robertkirschner@gmail.com> | Thu Mar 23 12:18:24 2017 +0100 |
tree | 20cc989af6e4bd0757c0a76534511011dadbeb8d | |
parent | 0af93a782d743793c8fd974445aaf03a0ec02587 [diff] [blame] |
[minor] fix translation strings in cart web view
diff --git a/erpnext/templates/pages/cart.html b/erpnext/templates/pages/cart.html index 7f6bf01..6cff5b1 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 %}<h2>{{ _("My Cart") }}</h2>{% endblock %}