mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 19:56:30 +00:00
Fix typos regarding reboots (#20615)
This commit is contained in:
parent
6794a91286
commit
274f75829e
@ -46,7 +46,7 @@ class Leds_animation_UI
|
|||||||
webserver.content_send(string.format("<p>Step 4: %s</p>", self.display_step_state(self.test_step_4(p), "flash final firmware")))
|
webserver.content_send(string.format("<p>Step 4: %s</p>", self.display_step_state(self.test_step_4(p), "flash final firmware")))
|
||||||
|
|
||||||
webserver.content_send("<form action='/part_wiz' method='post' ")
|
webserver.content_send("<form action='/part_wiz' method='post' ")
|
||||||
webserver.content_send("onsubmit='return confirm(\"This will causes multiple restarts.\");'>")
|
webserver.content_send("onsubmit='return confirm(\"This will cause multiple restarts.\");'>")
|
||||||
var ota_url = tasmota.cmd("OtaUrl").find("OtaUrl", "")
|
var ota_url = tasmota.cmd("OtaUrl").find("OtaUrl", "")
|
||||||
webserver.content_send(string.format("<br><b>OTA Url</b><br><input id='o1' placeholder='OTA_URL' value='%s'><br>",
|
webserver.content_send(string.format("<br><b>OTA Url</b><br><input id='o1' placeholder='OTA_URL' value='%s'><br>",
|
||||||
ota_url))
|
ota_url))
|
||||||
|
@ -577,7 +577,7 @@ class Partition_wizard_UI
|
|||||||
webserver.content_send(string.format("<p>Step 4: %s</p>", self.display_step_state(self.test_step_4(p), "flash final firmware")))
|
webserver.content_send(string.format("<p>Step 4: %s</p>", self.display_step_state(self.test_step_4(p), "flash final firmware")))
|
||||||
|
|
||||||
webserver.content_send("<form action='/part_wiz' method='post' ")
|
webserver.content_send("<form action='/part_wiz' method='post' ")
|
||||||
webserver.content_send("onsubmit='return confirm(\"This will causes multiple restarts.\");'>")
|
webserver.content_send("onsubmit='return confirm(\"This will cause multiple restarts.\");'>")
|
||||||
var ota_url = tasmota.cmd("OtaUrl").find("OtaUrl", "")
|
var ota_url = tasmota.cmd("OtaUrl").find("OtaUrl", "")
|
||||||
webserver.content_send(string.format("<br><b>OTA Url</b><br><input id='o1' placeholder='OTA_URL' value='%s'><br>",
|
webserver.content_send(string.format("<br><b>OTA Url</b><br><input id='o1' placeholder='OTA_URL' value='%s'><br>",
|
||||||
ota_url))
|
ota_url))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user