From 242b16fdfdcbed3a92ba9acdfb6180f616bcdf82 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Mon, 24 Dec 2018 15:47:23 +0530 Subject: [PATCH] Rename Accounts -> Accounting --- erpnext/config/desktop.py | 1 + erpnext/config/help.py | 2 +- erpnext/config/setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/erpnext/config/desktop.py b/erpnext/config/desktop.py index f365914471..b9fa257295 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 9095ab6b64..1353892664 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 1a119e80e0..2978bc300e 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"),