Merge pull request #56496 from mihir-kandoi/messages-js/projects

chore: rewrite user-facing JS messages in projects module
This commit is contained in:
Mihir Kandoi
2026-06-25 17:48:08 +05:30
committed by GitHub

View File

@@ -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();
}
},