Skip to content

Commit 2510621

Browse files
authored
Merge pull request #4324 from dosipod/0_15
Update settings_sec.htm [Fix the warning text and Backup presets button misalignment]
2 parents 92e59af + d87c503 commit 2510621

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wled00/data/settings_sec.htm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ <h3>Software Update</h3>
6060
<hr>
6161
<h3>Backup & Restore</h3>
6262
<div class="warn">&#9888; Restoring presets/configuration will OVERWRITE your current presets/configuration.<br>
63-
Incorrect upload or configuration may require a factory reset or re-flashing of your ESP.</div>
64-
For security reasons, passwords are not backed up.
63+
Incorrect upload or configuration may require a factory reset or re-flashing of your ESP.<br>
64+
For security reasons, passwords are not backed up.</div>
6565
<a class="btn lnk" id="bckcfg" href="/presets.json" download="presets">Backup presets</a><br>
6666
<div>Restore presets<br><input type="file" name="data" accept=".json"> <button type="button" onclick="uploadFile(d.Sf.data,'/presets.json');">Upload</button><br></div><br>
6767
<a class="btn lnk" id="bckpresets" href="/cfg.json" download="cfg">Backup configuration</a><br>
@@ -78,4 +78,4 @@ <h3>About</h3>
7878
<button type="button" onclick="B()">Back</button><button type="submit">Save</button>
7979
</form>
8080
</body>
81-
</html>
81+
</html>

0 commit comments

Comments
 (0)