modules/admin-core: fix stray servicectl button in modemenu
[project/luci.git] / modules / admin-core / luasrc / view / sysauth.htm
index 184de5b..8e15fbc 100644 (file)
@@ -12,16 +12,16 @@ You may obtain a copy of the License at
 $Id$
 
 -%>
+
 <%+header%>
-<% luci.i18n.loadc("sysauth") %>
 
-<form method="post" action="<%=luci.http.getenv("REQUEST_URI")%>">
+<form method="post" action="<%=pcdata(luci.http.getenv("REQUEST_URI"))%>">
        <div class="cbi-map">
                <h2><a id="content" name="content"><%:Authorization Required%></a></h2>
                <div class="cbi-map-descr">
                        <%:Please enter your username and password.%>
                        <%- if fuser then %>
-                       <div class="error"><%:sysauth_failed%></div>
+                       <div class="error"><%:Invalid username and/or password! Please try again.%></div>
                        <br />
                        <% end -%>
                </div>