ota_page: Add missing quotation mark (#1977)

This commit is contained in:
Slider0007
2023-02-05 08:10:59 +01:00
committed by GitHub
parent 06f4d417b5
commit b9134f923e

View File

@@ -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