Make 'Financial Year' translatable in Setup wizard (#9879)
This commit is contained in:
parent
3ceebaec3f
commit
372a881d8c
@ -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 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user