luci-theme-openwrt: fix JavaScript nameing
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
This commit is contained in:
parent
f5a5f6cb92
commit
572e5d871e
1 changed files with 2 additions and 2 deletions
|
@ -179,8 +179,8 @@
|
||||||
<div id="maincontent">
|
<div id="maincontent">
|
||||||
<noscript>
|
<noscript>
|
||||||
<div class="errorbox">
|
<div class="errorbox">
|
||||||
<strong><%:Java Script required!%></strong><br />
|
<strong><%:JavaScript required!%></strong><br />
|
||||||
<%:You must enable Java Script in your browser or LuCI will not work properly.%>
|
<%:You must enable JavaScript in your browser or LuCI will not work properly.%>
|
||||||
</div>
|
</div>
|
||||||
</noscript>
|
</noscript>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue