diff --git a/erpnext/selling/sales_common.js b/erpnext/selling/sales_common.js
index aba390e281..2021490bb7 100644
--- a/erpnext/selling/sales_common.js
+++ b/erpnext/selling/sales_common.js
@@ -491,7 +491,7 @@ erpnext.selling.SellingController = erpnext.TransactionController.extend({
if (inList(['Delivery Note', 'Sales Invoice'], doc.doctype)) {
help_msg = "
" +
- __("For 'Sales BOM' items, warehouse, serial no and batch no will be considered from the 'Packing List' table. If warehouse and batch no are same for all packing items for any 'Sales BOM' item, those values can be entered in the main item table, values will be copied to 'Packing List' table.")+
+ __("For 'Sales BOM' items, Warehouse, Serial No and Batch No will be considered from the 'Packing List' table. If Warehouse and Batch No are same for all packing items for any 'Sales BOM' item, those values can be entered in the main Item table, values will be copied to 'Packing List' table.")+
"
";
frappe.meta.get_docfield(doc.doctype, 'sales_bom_help', doc.name).options = help_msg;
}