fix: dashboard chart link
diff --git a/erpnext/setup/setup_wizard/data/dashboard_charts.py b/erpnext/setup/setup_wizard/data/dashboard_charts.py
index ebe183e..7edd5e3 100644
--- a/erpnext/setup/setup_wizard/data/dashboard_charts.py
+++ b/erpnext/setup/setup_wizard/data/dashboard_charts.py
@@ -36,7 +36,7 @@
 				"doctype": "Dashboard",
 				"dashboard_name": "Project",
 				"charts": [
-					{ "chart": "Report Summary", "width": "Full" }
+					{ "chart": "Project Summary", "width": "Full" }
 				]
 			},
 		],