luci-theme-material: fix typo in recovery mode message
authorINAGAKI Hiroshi <musashino.open@gmail.com>
Wed, 27 Jul 2022 01:57:50 +0000 (10:57 +0900)
committerINAGAKI Hiroshi <musashino.open@gmail.com>
Wed, 27 Jul 2022 02:21:54 +0000 (11:21 +0900)
Fix the message from "Sytem" to "System" and merge with the existing
message on the other themes.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
themes/luci-theme-material/luasrc/view/themes/material/header.htm

index a81991d0a04e4927c9523f30c49ea343cc1d0f13..48059fe17ad816980b526079a3479ca5513263de 100644 (file)
@@ -83,7 +83,7 @@
 
                                <%- if boardinfo.rootfs_type == "initramfs" then -%>
                                        <div class="alert-message warning">
-                                               <h4><%:Sytem running in recovery (initramfs) mode.%></h4>
+                                               <h4><%:System running in recovery (initramfs) mode.%></h4>
                                                <p><%:No changes to settings will be stored and are lost after rebooting. This mode should only be used to install a firmware upgrade%></p>
                                                <% if disp.lookup("admin/system/flash") then %>
                                                  <div class="right"><a class="btn" href="<%=url("admin/system/flash")%>"><%:Go to firmware upgrade...%></a></div>