diff options
author | Florian Eckert <Eckert.Florian@googlemail.com> | 2017-02-22 10:09:04 +0100 |
---|---|---|
committer | Florian Eckert <Eckert.Florian@googlemail.com> | 2017-02-22 10:10:57 +0100 |
commit | 572e5d871e2e871855a47e4f0dce2c82443ff104 (patch) | |
tree | e7f4e2620e39c38c90deaeaa587d9c425628f39d /themes/luci-theme-openwrt | |
parent | f5a5f6cb929255315da94b1be2158ecaa6ba8346 (diff) |
luci-theme-openwrt: fix JavaScript nameing
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
Diffstat (limited to 'themes/luci-theme-openwrt')
-rw-r--r-- | themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm b/themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm index 505e64b95..ae348f385 100644 --- a/themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm +++ b/themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm @@ -179,8 +179,8 @@ <div id="maincontent"> <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> |