diff --git a/erpnext/config/accounting.py b/erpnext/config/accounting.py index cdd1610527..9de5b368db 100644 --- a/erpnext/config/accounting.py +++ b/erpnext/config/accounting.py @@ -108,7 +108,7 @@ def get_data(): }, { - "label": _("Setup"), + "label": _("Settings"), "icon": "fa fa-cog", "items": [ { diff --git a/erpnext/config/buying.py b/erpnext/config/buying.py index c52b9a2a1f..9d1eda5d7b 100644 --- a/erpnext/config/buying.py +++ b/erpnext/config/buying.py @@ -78,7 +78,7 @@ def get_data(): ] }, { - "label": _("Setup"), + "label": _("Settings"), "icon": "fa fa-cog", "items": [ { diff --git a/erpnext/config/crm.py b/erpnext/config/crm.py index 362d3aa150..e49fc60f63 100644 --- a/erpnext/config/crm.py +++ b/erpnext/config/crm.py @@ -106,7 +106,7 @@ def get_data(): ] }, { - "label": _("Setup"), + "label": _("Settings"), "icon": "fa fa-cog", "items": [ { diff --git a/erpnext/config/desktop.py b/erpnext/config/desktop.py index 7fbdd217ae..cb88cf34c5 100644 --- a/erpnext/config/desktop.py +++ b/erpnext/config/desktop.py @@ -225,15 +225,4 @@ def get_data(): '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 5a05a258b2..96e7e8118e 100644 --- a/erpnext/config/education.py +++ b/erpnext/config/education.py @@ -198,7 +198,7 @@ def get_data(): ] }, { - "label": _("Setup"), + "label": _("Settings"), "items": [ { "type": "doctype", diff --git a/erpnext/config/healthcare.py b/erpnext/config/healthcare.py index e55f736481..de0167bb98 100644 --- a/erpnext/config/healthcare.py +++ b/erpnext/config/healthcare.py @@ -105,7 +105,7 @@ def get_data(): ] }, { - "label": _("Setup"), + "label": _("Settings"), "icon": "icon-cog", "items": [ { diff --git a/erpnext/config/help.py b/erpnext/config/help.py index 1353892664..922afb4c49 100644 --- a/erpnext/config/help.py +++ b/erpnext/config/help.py @@ -30,7 +30,7 @@ def get_data(): }, { - "label": _("Setup"), + "label": _("Settings"), "items": [ { "type": "help", diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py index 93a9f4106d..f517a5e7c0 100644 --- a/erpnext/config/hr.py +++ b/erpnext/config/hr.py @@ -106,7 +106,7 @@ def get_data(): ] }, { - "label": _("Setup"), + "label": _("Settings"), "icon": "fa fa-cog", "items": [ { diff --git a/erpnext/config/hub_node.py b/erpnext/config/hub_node.py index 9b9fcc456c..0afdeb52b1 100644 --- a/erpnext/config/hub_node.py +++ b/erpnext/config/hub_node.py @@ -4,7 +4,7 @@ from frappe import _ def get_data(): return [ { - "label": _("Setup"), + "label": _("Settings"), "items": [ { "type": "doctype", diff --git a/erpnext/config/manufacturing.py b/erpnext/config/manufacturing.py index e1b6980ac5..da60550221 100644 --- a/erpnext/config/manufacturing.py +++ b/erpnext/config/manufacturing.py @@ -97,7 +97,7 @@ def get_data(): ] }, { - "label": _("Setup"), + "label": _("Settings"), "items": [ { "type": "doctype", diff --git a/erpnext/config/selling.py b/erpnext/config/selling.py index 9e190a730a..1b9a7a087f 100644 --- a/erpnext/config/selling.py +++ b/erpnext/config/selling.py @@ -112,7 +112,7 @@ def get_data(): ] }, { - "label": _("Setup"), + "label": _("Settings"), "icon": "fa fa-cog", "items": [ { diff --git a/erpnext/config/stock.py b/erpnext/config/stock.py index 6c06733d93..117b61578d 100644 --- a/erpnext/config/stock.py +++ b/erpnext/config/stock.py @@ -86,7 +86,7 @@ def get_data(): ] }, { - "label": _("Setup"), + "label": _("Settings"), "icon": "fa fa-cog", "items": [ {