fix: add title to msgprint
This commit is contained in:
parent
7c3c47fd83
commit
729f23735e
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList {
|
|||
message = __(`New chart ${chart_name} created`);
|
||||
}
|
||||
|
||||
frappe.msgprint(message);
|
||||
frappe.msgprint(message, __('New Chart Created'));
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue