mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
Merge pull request #4831 from neilLasrado/typos
Typo fixes in Accounts Module
This commit is contained in:
@@ -99,7 +99,7 @@ def get_data():
|
|||||||
"icon": "icon-sitemap",
|
"icon": "icon-sitemap",
|
||||||
"label": _("Chart of Accounts"),
|
"label": _("Chart of Accounts"),
|
||||||
"route": "Accounts Browser/Account",
|
"route": "Accounts Browser/Account",
|
||||||
"description": _("Tree of finanial accounts."),
|
"description": _("Tree of financial accounts."),
|
||||||
"doctype": "Account",
|
"doctype": "Account",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -108,7 +108,7 @@ def get_data():
|
|||||||
"icon": "icon-sitemap",
|
"icon": "icon-sitemap",
|
||||||
"label": _("Chart of Cost Centers"),
|
"label": _("Chart of Cost Centers"),
|
||||||
"route": "Accounts Browser/Cost Center",
|
"route": "Accounts Browser/Cost Center",
|
||||||
"description": _("Tree of finanial Cost Centers."),
|
"description": _("Tree of financial Cost Centers."),
|
||||||
"doctype": "Cost Center",
|
"doctype": "Cost Center",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user