diff options
Diffstat (limited to 'themes/openwrt-light/luasrc')
-rw-r--r-- | themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm b/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm index b6b693121..65700c2e7 100644 --- a/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm +++ b/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm @@ -68,7 +68,7 @@ require("luci.http").prepare_content("application/xhtml+xml") </div> <div id="menubar"> -<h2 class="navigation"><a id="navigation" name="navigation"><%:navigation Navigation%></a></h2> +<h2 class="navigation"><a id="navigation" name="navigation"><%:Navigation%></a></h2> <ul id="mainmenu" class="dropdowns"> <%- local function submenu(prefix, node) |