From 47422111b4fcbca792665e0a3d722e00e3d3cf49 Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Wed, 29 Jan 2025 20:36:58 +0530 Subject: [PATCH] fix: validation message (cherry picked from commit 4c8dff942d13971dfac87b9b6a52b866382f5a83) --- .../doctype/serial_and_batch_bundle/serial_and_batch_bundle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {