diff options
author | INAGAKI Hiroshi <musashino.open@gmail.com> | 2022-07-27 10:57:50 +0900 |
---|---|---|
committer | INAGAKI Hiroshi <musashino.open@gmail.com> | 2022-07-27 11:21:54 +0900 |
commit | 2a558393636e1775f0c9b64ab9fe62a6a43b833e (patch) | |
tree | 316bde372e79447dfe67207602570a267f30510f /themes/luci-theme-material | |
parent | 4d77b1b2693df34e90c6e18b6fb02b683a5b280b (diff) |
luci-theme-material: fix typo in recovery mode message
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>
Diffstat (limited to 'themes/luci-theme-material')
-rw-r--r-- | themes/luci-theme-material/luasrc/view/themes/material/header.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-material/luasrc/view/themes/material/header.htm b/themes/luci-theme-material/luasrc/view/themes/material/header.htm index a81991d0a0..48059fe17a 100644 --- a/themes/luci-theme-material/luasrc/view/themes/material/header.htm +++ b/themes/luci-theme-material/luasrc/view/themes/material/header.htm @@ -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> |