diff --git a/frappe/public/js/frappe/ui/theme_switcher.js b/frappe/public/js/frappe/ui/theme_switcher.js index 2c1d93a2ec..16ba16e5d5 100644 --- a/frappe/public/js/frappe/ui/theme_switcher.js +++ b/frappe/public/js/frappe/ui/theme_switcher.js @@ -124,7 +124,7 @@ frappe.ui.ThemeSwitcher = class ThemeSwitcher { toggle_theme(theme) { this.current_theme = theme.toLowerCase(); document.documentElement.setAttribute("data-theme-mode", this.current_theme); - frappe.show_alert("Theme Changed", 3); + frappe.show_alert(__("Theme Changed"), 3); frappe.xcall("frappe.core.doctype.user.user.switch_theme", { theme: toTitle(theme)