luci-theme-freifunk-generic: fix JavaScript naming
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
This commit is contained in:
parent
09353ff640
commit
f5a5f6cb92
1 changed files with 2 additions and 2 deletions
|
@ -216,8 +216,8 @@ if tree.nodes[category] and tree.nodes[category].ucidata then
|
|||
<% if category ~= "freifunk" and category ~= "splash" then %>
|
||||
<noscript>
|
||||
<div class="errorbox">
|
||||
<strong><%:Java Script required!%></strong><br />
|
||||
<%:You must enable Java Script in your browser or LuCI will not work properly.%>
|
||||
<strong><%:JavaScript required!%></strong><br />
|
||||
<%:You must enable JavaScript in your browser or LuCI will not work properly.%>
|
||||
</div>
|
||||
</noscript>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in a new issue