Skip to content

Commit dbdc50e

Browse files
committed
"Update save confirmation alert in configuration: prompt user to restart the device after saving changes"
1 parent 66a987c commit dbdc50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ <h1 style="font-weight: lighter"><b>BYTE</b>LEVEL</h1>
761761
method: "POST",
762762
headers: {"Content-Type": "application/json"},
763763
body: JSON.stringify({type: "save", config: window.configESP}),
764-
}).then((res) => alert("Saved!")).catch((err) => alert("Error saving: " + err));
764+
}).then((res) => alert("Saved, please restart the Device!")).catch((err) => alert("Error saving: " + err));
765765
}
766766

767767

0 commit comments

Comments
 (0)