Fix "Save Log in SQL": add option values.
parent
8cbd2281cd
commit
a33654dcf9
|
|
@ -3525,10 +3525,12 @@ module.exports = function(s,config,lang){
|
|||
"possible": [
|
||||
{
|
||||
"name": "No",
|
||||
"value": "0",
|
||||
"info": "No is the default."
|
||||
},
|
||||
{
|
||||
"name": "Yes",
|
||||
"value": "1",
|
||||
"info": "Do this if you are having recurring issues only."
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue