fix: translate (#39398)
This commit is contained in:
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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user