diff --git a/erpnext/public/js/setup_wizard.js b/erpnext/public/js/setup_wizard.js index 5995a039865..c37a89012e6 100644 --- a/erpnext/public/js/setup_wizard.js +++ b/erpnext/public/js/setup_wizard.js @@ -104,7 +104,7 @@ var erpnext_slides = [ options: "", fieldtype: 'Select' }, - { fieldtype: "Section Break", label: "Financial Year" }, + { fieldtype: "Section Break", label: __('Financial Year') }, { fieldname: 'fy_start_date', label: __('Start Date'), fieldtype: 'Date', reqd: 1 }, { fieldtype: "Column Break" }, { fieldname: 'fy_end_date', label: __('End Date'), fieldtype: 'Date', reqd: 1 },