From 8e7240a556f360fd143149a44343f2994cdafdfd Mon Sep 17 00:00:00 2001 From: Neil Trini Lasrado Date: Thu, 18 Feb 2016 14:38:23 +0530 Subject: [PATCH] Typo fixes in Accounts Module --- erpnext/config/accounts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/config/accounts.py b/erpnext/config/accounts.py index 859764d301..f3a130a0f4 100644 --- a/erpnext/config/accounts.py +++ b/erpnext/config/accounts.py @@ -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", }, {