diff options
author | Florian Eckert <Eckert.Florian@googlemail.com> | 2017-02-22 10:09:04 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-06-01 00:43:37 +0200 |
commit | 60d43a8f03d235ccd87c88e107139a0adbf19ee4 (patch) | |
tree | a3a4c8f9f09f23e133c6fa3abe17b7864236695b | |
parent | 1626305b63931af53116f456548d20a336d8bb1d (diff) |
luci-theme-openwrt: fix JavaScript nameing
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
-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> |