mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
fix: translate (#39398)
This commit is contained in:
committed by
GitHub
parent
92a5cda61a
commit
4970b5d5bc
@@ -1,7 +1,7 @@
|
||||
frappe.pages['warehouse-capacity-summary'].on_page_load = function(wrapper) {
|
||||
var page = frappe.ui.make_app_page({
|
||||
parent: wrapper,
|
||||
title: 'Warehouse Capacity Summary',
|
||||
title: __('Warehouse Capacity Summary'),
|
||||
single_column: true
|
||||
});
|
||||
page.set_secondary_action('Refresh', () => page.capacity_dashboard.refresh(), 'refresh');
|
||||
|
||||
Reference in New Issue
Block a user