Fix translate financial_statements.js

This commit is contained in:
Bárbara Perretti 2013-09-30 17:07:59 -03:00
parent 9963d5bda3
commit 5d19387756

View File

@ -6,7 +6,7 @@ erpnext.fs = {}
pscript['onload_Financial Statements'] = function(wrapper) {
wn.ui.make_app_page({
parent: wrapper,
"title": "Financial Statements",
"title": wn._("Financial Statements"),
"single_column": true,
});