fix: translated title (#18121)

This commit is contained in:
Shivam Mishra
2019-07-01 16:31:36 +05:30
committed by Chinmay Pai
parent ad99934b4c
commit fb59d770ba

View File

@@ -1,7 +1,7 @@
frappe.pages['stock-balance'].on_page_load = function(wrapper) {
var page = frappe.ui.make_app_page({
parent: wrapper,
title: 'Stock Summary',
title: __('Stock Summary'),
single_column: true
});
page.start = 0;