Make 'Financial Year' translatable in Setup wizard (#9879)

This commit is contained in:
strixaluco 2017-07-17 14:36:25 +08:00 committed by Rushabh Mehta
parent 3ceebaec3f
commit 372a881d8c

View File

@ -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 },