commit | 4970b5d5bcadefb90239a2d81161f2f379a1304e | [log] [tgz] |
---|---|---|
author | Alexandre Lumertz Damiani <alexandrelumertz@gmail.com> | Tue Jan 16 02:13:33 2024 -0300 |
committer | GitHub <noreply@github.com> | Tue Jan 16 10:43:33 2024 +0530 |
tree | ada2935080d8c729990c0964aaa2a4e3f663f2d9 | |
parent | 92a5cda61a2b3d63ed8fd46bdf21dd6b54388fb9 [diff] |
fix: translate (#39398)
diff --git a/erpnext/stock/page/warehouse_capacity_summary/warehouse_capacity_summary.js b/erpnext/stock/page/warehouse_capacity_summary/warehouse_capacity_summary.js index 61927f5..c175a4a 100644 --- a/erpnext/stock/page/warehouse_capacity_summary/warehouse_capacity_summary.js +++ b/erpnext/stock/page/warehouse_capacity_summary/warehouse_capacity_summary.js
@@ -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');