feat(dashboard): Translate Show Dashboard button label
This commit is contained in:
parent
f82a991949
commit
aa3a0a89dd
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
|||
|
||||
frappe.ui.form.on('Dashboard', {
|
||||
refresh: function(frm) {
|
||||
frm.add_custom_button("Show Dashboard", () => frappe.set_route('dashboard', frm.doc.name))
|
||||
frm.add_custom_button(__("Show Dashboard"), () => frappe.set_route('dashboard', frm.doc.name))
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue