diff --git a/frappe/public/js/frappe/ui/toolbar/search.js b/frappe/public/js/frappe/ui/toolbar/search.js index ebd1936bbe..9f03d56ed2 100644 --- a/frappe/public/js/frappe/ui/toolbar/search.js +++ b/frappe/public/js/frappe/ui/toolbar/search.js @@ -303,7 +303,7 @@ frappe.search.SearchDialog = class { let $results_list = $(`
-
${type}
+
` + __(type) + `
@@ -340,7 +340,7 @@ frappe.search.SearchDialog = class { } let $result_section = $(`
-
${type}
+
${__(type)}
${more_html}