diff --git a/frappe/public/js/frappe/ui/sidebar/sidebar.js b/frappe/public/js/frappe/ui/sidebar/sidebar.js index af17fa3b06..a101dfddf4 100644 --- a/frappe/public/js/frappe/ui/sidebar/sidebar.js +++ b/frappe/public/js/frappe/ui/sidebar/sidebar.js @@ -240,7 +240,7 @@ frappe.ui.Sidebar = class Sidebar { this.standard_items = []; if (!frappe.is_mobile()) { this.standard_items.push({ - label: "Search", + label: __("Search"), icon: "search", type: "Button", id: "navbar-modal-search", @@ -251,7 +251,7 @@ frappe.ui.Sidebar = class Sidebar { }); } this.standard_items.push({ - label: "Notification", + label: __("Notification"), icon: "bell", type: "Button", class: "sidebar-notification hidden",