refactor: move trailing whitespace out of translate func
diff --git a/erpnext/stock/doctype/delivery_note/delivery_note.js b/erpnext/stock/doctype/delivery_note/delivery_note.js
index b73ebd6..706ca36 100644
--- a/erpnext/stock/doctype/delivery_note/delivery_note.js
+++ b/erpnext/stock/doctype/delivery_note/delivery_note.js
@@ -367,7 +367,7 @@
 	{
 		fieldname: "items",
 		title: __("Items"),
-		description: __("This table is used to set details about the 'Item', 'Qty', 'Basic Rate', etc. ") +
+		description: __("This table is used to set details about the 'Item', 'Qty', 'Basic Rate', etc.") + " " +
 		__("Different 'Source Warehouse' and 'Target Warehouse' can be set for each row.")
 	},
 	{
diff --git a/erpnext/stock/doctype/item/item.js b/erpnext/stock/doctype/item/item.js
index 6af14c9..e664e9c 100644
--- a/erpnext/stock/doctype/item/item.js
+++ b/erpnext/stock/doctype/item/item.js
@@ -804,7 +804,7 @@
 	{
 		fieldname: "item_code",
 		title: __("Item Code"),
-		description: __("The Item Code can be thought of as a short-form that refers to the item. ") +
+		description: __("The Item Code can be thought of as a short-form that refers to the item.") + " " +
 			__("For more information click here: ") +
 			"<a href='https://docs.erpnext.com/docs/user/manual/en/stock/articles/item-codification' target='_blank'>Item Codification</a>" +
 			__("."),
@@ -812,23 +812,23 @@
 	{
 		fieldname: "item_group",
 		title: __("Item Group"),
-		description: __("This is used for categorizing items under a common criteria. ") +
-			__("For more information click here: ") +
+		description: __("This is used for categorizing items under a common criteria.") + " " +
+			__("For more information click here:") + " " +
 			"<a href='https://docs.erpnext.com/docs/user/manual/en/stock/item-group' target='_blank'>Item Group</a>" +
 			__("."),
 	},
 	{
 		fieldname: "stock_uom",
 		title: __("Default Unit of Measure"),
-		description: __("The Item Code can be thought of as a short-form that refers to the item. ") +
-			__("For more information click here: ") +
+		description: __("The Item Code can be thought of as a short-form that refers to the item.") + " " +
+			__("For more information click here:") + " " +
 			"<a href='https://docs.erpnext.com/docs/user/manual/en/stock/uom' target='_blank'>Unit of Measure</a>" +
 			__("."),
 	},
 	{
 		fieldname: "is_stock_item",
 		title: __("Maintain Stock"),
-		description: __("Selecting this creates a stock item and 'Stock Ledger' entries are created for all transcations. ") +
+		description: __("Selecting this creates a stock item and 'Stock Ledger' entries are created for all transcations.") + " " +
 			__("Unselect this for a non-stock item such as a service.")
 	},
 ]
diff --git a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js
index fd4be86..9f002f4 100644
--- a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js
+++ b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js
@@ -358,7 +358,7 @@
 	{
 		fieldname: "items",
 		title: __("Items"),
-		description: __("This table is used to set details about the 'Item', 'Qty', 'Basic Rate', etc. ") +
+		description: __("This table is used to set details about the 'Item', 'Qty', 'Basic Rate', etc.") + " " +
 		__("Different 'Source Warehouse' and 'Target Warehouse' can be set for each row.")
 	},
 	{
diff --git a/erpnext/stock/doctype/stock_entry/stock_entry.js b/erpnext/stock/doctype/stock_entry/stock_entry.js
index 8616a4c..30d0750 100644
--- a/erpnext/stock/doctype/stock_entry/stock_entry.js
+++ b/erpnext/stock/doctype/stock_entry/stock_entry.js
@@ -1106,13 +1106,13 @@
 	{
 		fieldname: "stock_entry_type",
 		title: __("Stock Entry Type"),
-		description: __("There are multiple 'Stock Entry Type's you can even create your own. ") +
+		description: __("There are multiple 'Stock Entry Type's you can even create your own.") + " " +
 		__("For moving material between warehouses you can select 'Material Transfer'")
 	},
 	{
 		fieldname: "items",
 		title: __("Items"),
-		description: __("This table is used to set details about the 'Item', 'Qty', 'Basic Rate', etc. ") +
+		description: __("This table is used to set details about the 'Item', 'Qty', 'Basic Rate', etc.") + " " +
 		__("Different 'Source Warehouse' and 'Target Warehouse' can be set for each row.")
 	},
 	{