diff --git a/erpnext/templates/includes/address_row.html b/erpnext/templates/includes/address_row.html
index 2c5056a2ba..bfc035a7e7 100644
--- a/erpnext/templates/includes/address_row.html
+++ b/erpnext/templates/includes/address_row.html
@@ -4,7 +4,7 @@
{{ frappe.get_doc(doc).get_display() }}
diff --git a/erpnext/templates/pages/product_search.html b/erpnext/templates/pages/product_search.html
index 6875ba529c..c7134b0030 100644
--- a/erpnext/templates/pages/product_search.html
+++ b/erpnext/templates/pages/product_search.html
@@ -1,8 +1,8 @@
{% extends "templates/web.html" %}
-{% block title %} {{ "Product Search" }} {% endblock %}
+{% block title %} {{ _("Product Search") }} {% endblock %}
-{% block header %}
Product Search
{% endblock %}
+{% block header %}
{{ _("Product Search") }}
{% endblock %}
{% block page_content %}
@@ -10,7 +10,7 @@
-
Search Results
+
{{ _("Search Results") }}
-
+