Typo fixes in Accounts Module

This commit is contained in:
Neil Trini Lasrado 2016-02-18 14:38:23 +05:30
parent 5136a64d12
commit 8e7240a556

View File

@ -99,7 +99,7 @@ def get_data():
"icon": "icon-sitemap",
"label": _("Chart of Accounts"),
"route": "Accounts Browser/Account",
"description": _("Tree of finanial accounts."),
"description": _("Tree of financial accounts."),
"doctype": "Account",
},
{
@ -108,7 +108,7 @@ def get_data():
"icon": "icon-sitemap",
"label": _("Chart of Cost Centers"),
"route": "Accounts Browser/Cost Center",
"description": _("Tree of finanial Cost Centers."),
"description": _("Tree of financial Cost Centers."),
"doctype": "Cost Center",
},
{