mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 19:49:18 +00:00
fix: translated title (#18119)
This commit is contained in:
committed by
Chinmay Pai
parent
659a01d819
commit
43cebdff4d
@@ -1,7 +1,7 @@
|
|||||||
frappe.pages['stock-balance'].on_page_load = function(wrapper) {
|
frappe.pages['stock-balance'].on_page_load = function(wrapper) {
|
||||||
var page = frappe.ui.make_app_page({
|
var page = frappe.ui.make_app_page({
|
||||||
parent: wrapper,
|
parent: wrapper,
|
||||||
title: 'Stock Summary',
|
title: __('Stock Summary'),
|
||||||
single_column: true
|
single_column: true
|
||||||
});
|
});
|
||||||
page.start = 0;
|
page.start = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user