refactor: rename dashboards in desk page
diff --git a/erpnext/accounts/desk_page/accounting/accounting.json b/erpnext/accounts/desk_page/accounting/accounting.json
index a783b1d..576d10c 100644
--- a/erpnext/accounts/desk_page/accounting/accounting.json
+++ b/erpnext/accounts/desk_page/accounting/accounting.json
@@ -122,8 +122,8 @@
"type": "DocType"
},
{
- "label": "Accounts Dashboard",
- "link_to": "Accounts Dashboard",
+ "label": "Dashboard",
+ "link_to": "Accounts",
"type": "Dashboard"
},
{
diff --git a/erpnext/manufacturing/desk_page/manufacturing/manufacturing.json b/erpnext/manufacturing/desk_page/manufacturing/manufacturing.json
index e35f1fb..bbc4c99 100644
--- a/erpnext/manufacturing/desk_page/manufacturing/manufacturing.json
+++ b/erpnext/manufacturing/desk_page/manufacturing/manufacturing.json
@@ -95,8 +95,8 @@
"type": "Report"
},
{
- "label": "Manufacturing Dashboard",
- "link_to": "Manufacturing Dashboard",
+ "label": "Dashboard",
+ "link_to": "Manufacturing",
"restrict_to_domain": "Manufacturing",
"type": "Dashboard"
}