chore: typo
diff --git a/erpnext/patches/v14_0/cleanup_workspaces.py b/erpnext/patches/v14_0/cleanup_workspaces.py
index 91db13c..2fc0a4f 100644
--- a/erpnext/patches/v14_0/cleanup_workspaces.py
+++ b/erpnext/patches/v14_0/cleanup_workspaces.py
@@ -5,5 +5,5 @@
 	for ws in ["Retail", "Utilities"]:
 		frappe.delete_doc_if_exists("Workspace", ws)
 
-	for ws in ["Integration", "Settings"]:
+	for ws in ["Integrations", "Settings"]:
 		frappe.db.set_value("Workspace", ws, "public", 0)