diff --git a/erpnext/stock/doctype/serial_and_batch_bundle/serial_and_batch_bundle.js b/erpnext/stock/doctype/serial_and_batch_bundle/serial_and_batch_bundle.js index b35b3aa0f19..ad8360ea75c 100644 --- a/erpnext/stock/doctype/serial_and_batch_bundle/serial_and_batch_bundle.js +++ b/erpnext/stock/doctype/serial_and_batch_bundle/serial_and_batch_bundle.js @@ -7,7 +7,7 @@ frappe.ui.form.on("Serial and Batch Bundle", { }, before_submit(frm) { - frappe.throw(__("User cannot submitted the Serial and Batch Bundle manually")); + frappe.throw(__("The user cannot submit the Serial and Batch Bundle manually")); }, refresh(frm) {