fix(modules): Merge Settings into one, Setup --> Settings
diff --git a/erpnext/config/accounting.py b/erpnext/config/accounting.py
index cdd1610..9de5b36 100644
--- a/erpnext/config/accounting.py
+++ b/erpnext/config/accounting.py
@@ -108,7 +108,7 @@
},
{
- "label": _("Setup"),
+ "label": _("Settings"),
"icon": "fa fa-cog",
"items": [
{
diff --git a/erpnext/config/buying.py b/erpnext/config/buying.py
index c52b9a2..9d1eda5 100644
--- a/erpnext/config/buying.py
+++ b/erpnext/config/buying.py
@@ -78,7 +78,7 @@
]
},
{
- "label": _("Setup"),
+ "label": _("Settings"),
"icon": "fa fa-cog",
"items": [
{
diff --git a/erpnext/config/crm.py b/erpnext/config/crm.py
index 362d3aa..e49fc60 100644
--- a/erpnext/config/crm.py
+++ b/erpnext/config/crm.py
@@ -106,7 +106,7 @@
]
},
{
- "label": _("Setup"),
+ "label": _("Settings"),
"icon": "fa fa-cog",
"items": [
{
diff --git a/erpnext/config/desktop.py b/erpnext/config/desktop.py
index 7fbdd21..cb88cf3 100644
--- a/erpnext/config/desktop.py
+++ b/erpnext/config/desktop.py
@@ -225,15 +225,4 @@
'standard': 1,
"description": "Publish items to other ERPNext users and start a conversation."
},
- {
- "module_name": "Settings",
- "category": "Administration",
- "label": _("Settings"),
- "color": "#bdc3c7",
- "reverse": 1,
- "icon": "octicon octicon-settings",
- "type": "module",
- "hidden": 1,
- "description": "Global settings for all modules in ERPNext, with Email Digest and SMS."
- },
]
diff --git a/erpnext/config/education.py b/erpnext/config/education.py
index 5a05a25..96e7e81 100644
--- a/erpnext/config/education.py
+++ b/erpnext/config/education.py
@@ -198,7 +198,7 @@
]
},
{
- "label": _("Setup"),
+ "label": _("Settings"),
"items": [
{
"type": "doctype",
diff --git a/erpnext/config/healthcare.py b/erpnext/config/healthcare.py
index e55f736..de0167b 100644
--- a/erpnext/config/healthcare.py
+++ b/erpnext/config/healthcare.py
@@ -105,7 +105,7 @@
]
},
{
- "label": _("Setup"),
+ "label": _("Settings"),
"icon": "icon-cog",
"items": [
{
diff --git a/erpnext/config/help.py b/erpnext/config/help.py
index 1353892..922afb4 100644
--- a/erpnext/config/help.py
+++ b/erpnext/config/help.py
@@ -30,7 +30,7 @@
},
{
- "label": _("Setup"),
+ "label": _("Settings"),
"items": [
{
"type": "help",
diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py
index 93a9f41..f517a5e 100644
--- a/erpnext/config/hr.py
+++ b/erpnext/config/hr.py
@@ -106,7 +106,7 @@
]
},
{
- "label": _("Setup"),
+ "label": _("Settings"),
"icon": "fa fa-cog",
"items": [
{
diff --git a/erpnext/config/hub_node.py b/erpnext/config/hub_node.py
index 9b9fcc4..0afdeb5 100644
--- a/erpnext/config/hub_node.py
+++ b/erpnext/config/hub_node.py
@@ -4,7 +4,7 @@
def get_data():
return [
{
- "label": _("Setup"),
+ "label": _("Settings"),
"items": [
{
"type": "doctype",
diff --git a/erpnext/config/manufacturing.py b/erpnext/config/manufacturing.py
index e1b6980..da60550 100644
--- a/erpnext/config/manufacturing.py
+++ b/erpnext/config/manufacturing.py
@@ -97,7 +97,7 @@
]
},
{
- "label": _("Setup"),
+ "label": _("Settings"),
"items": [
{
"type": "doctype",
diff --git a/erpnext/config/selling.py b/erpnext/config/selling.py
index 9e190a7..1b9a7a0 100644
--- a/erpnext/config/selling.py
+++ b/erpnext/config/selling.py
@@ -112,7 +112,7 @@
]
},
{
- "label": _("Setup"),
+ "label": _("Settings"),
"icon": "fa fa-cog",
"items": [
{
diff --git a/erpnext/config/stock.py b/erpnext/config/stock.py
index 6c06733..117b615 100644
--- a/erpnext/config/stock.py
+++ b/erpnext/config/stock.py
@@ -86,7 +86,7 @@
]
},
{
- "label": _("Setup"),
+ "label": _("Settings"),
"icon": "fa fa-cog",
"items": [
{