[minor] [fix] default english in setup wizard
This commit is contained in:
parent
a8d718a629
commit
02e8c15ce8
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ function load_frappe_slides() {
|
|||
|
||||
fields: [
|
||||
{ fieldname: "language", label: __("Select Your Language"), reqd:1,
|
||||
fieldtype: "Select" },
|
||||
fieldtype: "Select", "default": "english" },
|
||||
],
|
||||
|
||||
onload: function(slide) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue