From: INAGAKI Hiroshi Date: Wed, 27 Jul 2022 01:57:50 +0000 (+0900) Subject: luci-theme-material: fix typo in recovery mode message X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2a558393636e1775f0c9b64ab9fe62a6a43b833e;p=openwrt-luci.git 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 --- 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 -%>
-

<%:Sytem running in recovery (initramfs) mode.%>

+

<%:System running in recovery (initramfs) mode.%>

<%:No changes to settings will be stored and are lost after rebooting. This mode should only be used to install a firmware upgrade%>

<% if disp.lookup("admin/system/flash") then %>