diff --git a/erpnext/config/desktop.py b/erpnext/config/desktop.py index f3659144712..b9fa2572959 100644 --- a/erpnext/config/desktop.py +++ b/erpnext/config/desktop.py @@ -69,6 +69,7 @@ def get_data(): # old { + "label": _("Accounting"), "module_name": "Accounts", "color": "#3498db", "icon": "octicon octicon-repo", diff --git a/erpnext/config/help.py b/erpnext/config/help.py index 9095ab6b64e..13538926649 100644 --- a/erpnext/config/help.py +++ b/erpnext/config/help.py @@ -70,7 +70,7 @@ def get_data(): ] }, { - "label": _("Accounts"), + "label": _("Accounting"), "items": [ { "type": "help", diff --git a/erpnext/config/setup.py b/erpnext/config/setup.py index 1a119e80e06..2978bc300e5 100644 --- a/erpnext/config/setup.py +++ b/erpnext/config/setup.py @@ -109,7 +109,7 @@ def get_data(): ] for module, label, icon in ( - ("accounts", _("Accounts"), "fa fa-money"), + ("accounts", _("Accounting"), "fa fa-money"), ("stock", _("Stock"), "fa fa-truck"), ("selling", _("Selling"), "fa fa-tag"), ("buying", _("Buying"), "fa fa-shopping-cart"),