changed key settings_password to admin_password

This commit is contained in:
iLLiCiTiT 2021-05-03 12:31:25 +02:00
parent 61f122d6f1
commit c970067c7e
2 changed files with 4 additions and 4 deletions

View file

@ -14,5 +14,5 @@
"darwin": [],
"linux": []
},
"settings_password": ""
}
"admin_password": ""
}

View file

@ -36,8 +36,8 @@
},
{
"type": "text",
"key": "settings_password",
"label": "Settings password"
"key": "admin_password",
"label": "Admin password"
}
]
}