luci-theme-freifunk-generic: fix JavaScript naming
authorFlorian Eckert <Eckert.Florian@googlemail.com>
Wed, 22 Feb 2017 09:08:08 +0000 (10:08 +0100)
committerFlorian Eckert <Eckert.Florian@googlemail.com>
Wed, 22 Feb 2017 09:10:57 +0000 (10:10 +0100)
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm

index 20a41be..b453409 100644 (file)
@@ -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 %>