diff options
Diffstat (limited to 'themes/fledermaus/luasrc')
-rw-r--r-- | themes/fledermaus/luasrc/view/themes/fledermaus/header.htm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm b/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm index f31478b6e..6377381b4 100644 --- a/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm +++ b/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm @@ -69,7 +69,7 @@ require("luci.http").prepare_content("text/html") </div></div> <div class="pathbar separator black whitetext bold"> -<%:path%>: <% +<%:Path%>: <% local c = tree local url = controller for k,v in pairs(request) do @@ -166,10 +166,10 @@ end <div class="mainmenu" style="float:right; margin-right:2em"> <div> <% if ucic > 0 then %> - <a class="warning" href="<%=controller%>/<%=category%>/uci/changes"><%:unsavedchanges%>: <%=ucic%></a> + <a class="warning" href="<%=controller%>/<%=category%>/uci/changes"><%:Unsaved Changes%>: <%=ucic%></a> <% submenu("/" .. category .. "/uci/", tree.nodes[category].nodes["uci"]) -%> <% else %> - <a href="#"><%:changes%>: 0</a> + <a href="#"><%:Changes%>: 0</a> <% end %> </div> </div> |