Skip to content

Commit

Permalink
fix: translated title (#18119)
Browse files Browse the repository at this point in the history
  • Loading branch information
scmmishra authored and Thunderbottom committed Jul 1, 2019
1 parent 659a01d commit 43cebdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/stock/page/stock_balance/stock_balance.js
@@ -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;
Expand Down

0 comments on commit 43cebdf

Please sign in to comment.