summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorFlorian Eckert <Eckert.Florian@googlemail.com>2017-02-22 10:08:08 +0100
committerFlorian Eckert <Eckert.Florian@googlemail.com>2017-02-22 10:10:57 +0100
commitf5a5f6cb929255315da94b1be2158ecaa6ba8346 (patch)
tree7786f05e69e79a1aceb3254cdbf885c91498c478 /themes
parent09353ff64059b82f5ce2fab330a036e448b4a075 (diff)
luci-theme-freifunk-generic: fix JavaScript naming
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm b/themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm
index 20a41be85..b4534090f 100644
--- a/themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm
+++ b/themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm
@@ -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 %>