updated save message

This commit is contained in:
CaCO3
2023-02-22 23:20:52 +01:00
parent b21e3c6c9d
commit 3d711f495e
6 changed files with 6 additions and 6 deletions

View File

@@ -292,7 +292,7 @@ function SaveToConfig(){
cofcat["Analog"]["enabled"] = document.getElementById("Category_Analog_enabled").checked;
WriteConfigININew();
SaveConfigToServer(domainname);
firework.launch('Configuration got updated. Please reboot to activate changes!', 'success', 5000);
firework.launch('Configuration got updated. It will get applied after the next reboot!', 'success', 5000);
}