[Fix] Time sheet rename issues
diff --git a/erpnext/config/manufacturing.py b/erpnext/config/manufacturing.py
index 51c5ef9..d2432b6 100644
--- a/erpnext/config/manufacturing.py
+++ b/erpnext/config/manufacturing.py
@@ -23,7 +23,7 @@
 				},
 				{
 					"type": "doctype",
-					"name": "Time Sheet",
+					"name": "Timesheet",
 					"description": _("Time Sheet for manufacturing."),
 				},