|
|
@@ -63,7 +63,7 @@ function saveTextAsFile()
|
|
|
FileDeleteOnServer("/config/config.ini", domainname);
|
|
|
var textToSave = document.getElementById("inputTextToSave").value;
|
|
|
FileSendContent(textToSave, "/config/config.ini", 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);
|
|
|
}
|
|
|
}
|
|
|
|