Jelajahi Sumber

ota_page: Add missing quotation mark (#1977)

Slider0007 3 tahun lalu
induk
melakukan
b9134f923e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      sd-card/html/ota_page.html

+ 1 - 1
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