mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-25 04:53:01 +00:00
Merge pull request #56496 from mihir-kandoi/messages-js/projects
chore: rewrite user-facing JS messages in projects module
This commit is contained in:
@@ -137,7 +137,7 @@ frappe.ui.form.on("Project", {
|
||||
freeze_message: __("Updating Costing and Billing fields against this Project..."),
|
||||
callback: function (r) {
|
||||
if (r && !r.exc) {
|
||||
frappe.msgprint(__("Costing and Billing fields has been updated"));
|
||||
frappe.msgprint(__("Costing and Billing fields have been updated"));
|
||||
frm.refresh();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user