commit | aac7719dd907b7c2c554b3a6bf1b54cc104999d0 | [log] [tgz] |
---|---|---|
author | Faris Ansari <netchampfaris@users.noreply.github.com> | Mon Apr 08 21:50:58 2019 +0530 |
committer | GitHub <noreply@github.com> | Mon Apr 08 21:50:58 2019 +0530 |
tree | bd02159fb6108f79991d9f91810f29e696016209 | |
parent | 2cce72412d4aa9441b5a06c523f48830c9aa49df [diff] |
fix: Translated string method in Jinja (#17174)
diff --git a/erpnext/templates/pages/cart.html b/erpnext/templates/pages/cart.html index fb0c05f..04d737f 100644 --- a/erpnext/templates/pages/cart.html +++ b/erpnext/templates/pages/cart.html
@@ -60,7 +60,7 @@ {{doc.terms}} </div> <div class="cart-link"> - <a href="#" onclick="show_terms();return false;">*{{ __("Terms and Conditions") }}</a> + <a href="#" onclick="show_terms();return false;">*{{ _("Terms and Conditions") }}</a> </div> {% endif %}