all: remove references to old i18n files
[project/luci.git] / modules / admin-core / luasrc / view / sysauth.htm
index 184de5b..7ee11a0 100644 (file)
@@ -12,8 +12,8 @@ You may obtain a copy of the License at
 $Id$
 
 -%>
+
 <%+header%>
-<% luci.i18n.loadc("sysauth") %>
 
 <form method="post" action="<%=luci.http.getenv("REQUEST_URI")%>">
        <div class="cbi-map">
@@ -21,7 +21,7 @@ $Id$
                <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>