fix: translate (#39398)

This commit is contained in:
Alexandre Lumertz Damiani 2024-01-16 02:13:33 -03:00 committed by GitHub
parent 92a5cda61a
commit 4970b5d5bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');