refactor: fix typo, remove target warehouse cause SE Type dependency
diff --git a/erpnext/stock/doctype/stock_entry/stock_entry.js b/erpnext/stock/doctype/stock_entry/stock_entry.js
index e7bf0f3..ecd3fee 100644
--- a/erpnext/stock/doctype/stock_entry/stock_entry.js
+++ b/erpnext/stock/doctype/stock_entry/stock_entry.js
@@ -1115,11 +1115,6 @@
 		description: __("Select a source warehouse, where you have stock available.")
 	},
 	{
-		fieldname: "to_warehouse",
-		title: __("Default Target Warehouse"),
-		description: __("Select a target warehouse, where stock needs to be transferred.")
-	},
-	{
 		fieldname: "items",
 		title: __("Items"),
 		description: __("Select an item and entry quantity to be delivered.") + " " +
diff --git a/erpnext/stock/doctype/warehouse/warehouse.js b/erpnext/stock/doctype/warehouse/warehouse.js
index b29c6fd..30575a7 100644
--- a/erpnext/stock/doctype/warehouse/warehouse.js
+++ b/erpnext/stock/doctype/warehouse/warehouse.js
@@ -91,7 +91,7 @@
 	{
 		fieldname: "warehouse_name",
 		title: __("Warehouse Name"),
-		description: __("Select a name for the warehouse. This should reflect it's location or purpose.")
+		description: __("Select a name for the warehouse. This should reflect its location or purpose.")
 	},
 	{
 		fieldname: "warehouse_type",