From b9134f923efd14e50e29cadfc3273f277ac9b865 Mon Sep 17 00:00:00 2001 From: Slider0007 <115730895+Slider0007@users.noreply.github.com> Date: Sun, 5 Feb 2023 08:10:59 +0100 Subject: [PATCH] ota_page: Add missing quotation mark (#1977) --- sd-card/html/ota_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sd-card/html/ota_page.html b/sd-card/html/ota_page.html index ddee596d..f97bf753 100644 --- a/sd-card/html/ota_page.html +++ b/sd-card/html/ota_page.html @@ -118,7 +118,7 @@ * - *.bin * - *.zip */ else if (filename.endsWith(".zip") || filename.endsWith(".bin")) { // Warning but still accepted - firework.launch('The filename does not match the suggested filename pattern, but is nevertheless accepted. You can now press "Upload and install', 'warning', 10000); + firework.launch('The filename does not match the suggested filename pattern, but is nevertheless accepted. You can now press "Upload and install".', 'warning', 10000); } /* Any other file name format is not accepted */ else { // invalid