Small fixes in new web pages
authorPiotr Dymacz <pepe2k@gmail.com>
Thu, 30 Jan 2014 21:54:15 +0000 (22:54 +0100)
committerPiotr Dymacz <pepe2k@gmail.com>
Thu, 30 Jan 2014 21:54:15 +0000 (22:54 +0100)
u-boot/httpd/vendors/general/fail.html
u-boot/httpd/vendors/general/flashing.html

index 8e175bd5141814a12a722525671560ffaedefbd2..da64bd2425454f43d91dfb8f915d860848237428 100755 (executable)
@@ -8,7 +8,7 @@
        <body>
                <div id="m">
                        <h1 class="red">UPDATE FAILED</h1>
-                       <div class="i e"><strong>Something went wrong during update</strong>Probably you have chosen wrong file (too big or too small) or you were trying to upgrade ART on device with unknown flash type (and size) which is not allowed. Please, try again or contact with the author of this modification. You can also get more information during upgrade in U-Boot console.</div>
+                       <div class="i e"><strong>Something went wrong during update</strong>Probably you have chosen wrong file (too big or too small) or you were trying to update ART on device with unknown FLASH type (and size) which is not allowed. Please, try again or contact with the author of this modification. You can also get more information during update in U-Boot console.</div>
                </div>
                <div id="f">You can find more information about this project on <a href="https://github.com/pepe2k/u-boot_mod" target="_blank">GitHub</a></div>
        </body>
index 17d32b4ace8275ce149372959166abaf3e511aed..d2d0a173c81019f819d6e7339be6325eb5564f9e 100755 (executable)
@@ -9,7 +9,7 @@
        <body>
                <div id="m">
                        <h1>UPDATE IN PROGRESS</h1>
-                       <p>Your file was uploaded, please wait and keep an eye on router's LED(s). One LED should blink during FLASH erasing.<br>U-Boot and ART update should not take more than a few seconds, firmware update time depends on image size.</p>
+                       <p>Your file was uploaded, please wait and keep an eye on router's LED(s). One LED should blink during FLASH erasing.<br>U-Boot and ART update should not take more than a few seconds. Firmware update time depends on image size.</p>
                        <div id="l"></div>
                </div>
                <div id="f">You can find more information about this project on <a href="https://github.com/pepe2k/u-boot_mod" target="_blank">GitHub</a></div>