diff --git a/frappe/public/js/frappe/widgets/shortcut_widget.js b/frappe/public/js/frappe/widgets/shortcut_widget.js index 194835cea3..68692646fa 100644 --- a/frappe/public/js/frappe/widgets/shortcut_widget.js +++ b/frappe/public/js/frappe/widgets/shortcut_widget.js @@ -100,7 +100,7 @@ export default class ShortcutWidget extends Widget { const label = get_label(); let color = this.color && count ? this.color.toLowerCase() : "gray"; $( - `
${label}
` + `
${__(label)}
` ).appendTo(this.action_area); $(frappe.utils.icon("es-line-arrow-up-right", "xs", "", "", "ml-2")).appendTo(