From 274f75829e2f08c93b4c5d9d256a400b9cfc63e1 Mon Sep 17 00:00:00 2001 From: kubedzero Date: Mon, 29 Jan 2024 10:58:15 -0500 Subject: [PATCH] Fix typos regarding reboots (#20615) --- tasmota/berry/animate_demo/leds_animation.be | 2 +- tasmota/berry/modules/Partition_Wizard/partition_wizard.be | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/berry/animate_demo/leds_animation.be b/tasmota/berry/animate_demo/leds_animation.be index 96f4d47ea..68ea18495 100644 --- a/tasmota/berry/animate_demo/leds_animation.be +++ b/tasmota/berry/animate_demo/leds_animation.be @@ -46,7 +46,7 @@ class Leds_animation_UI webserver.content_send(string.format("

Step 4: %s

", self.display_step_state(self.test_step_4(p), "flash final firmware"))) webserver.content_send("
") + webserver.content_send("onsubmit='return confirm(\"This will cause multiple restarts.\");'>") var ota_url = tasmota.cmd("OtaUrl").find("OtaUrl", "") webserver.content_send(string.format("
OTA Url

", ota_url)) diff --git a/tasmota/berry/modules/Partition_Wizard/partition_wizard.be b/tasmota/berry/modules/Partition_Wizard/partition_wizard.be index 47a59ef00..e9555286b 100644 --- a/tasmota/berry/modules/Partition_Wizard/partition_wizard.be +++ b/tasmota/berry/modules/Partition_Wizard/partition_wizard.be @@ -577,7 +577,7 @@ class Partition_wizard_UI webserver.content_send(string.format("

Step 4: %s

", self.display_step_state(self.test_step_4(p), "flash final firmware"))) webserver.content_send("") + webserver.content_send("onsubmit='return confirm(\"This will cause multiple restarts.\");'>") var ota_url = tasmota.cmd("OtaUrl").find("OtaUrl", "") webserver.content_send(string.format("
OTA Url

", ota_url))