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 %}