summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-04-02 22:50:26 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-04-02 22:50:26 +0000
commit1291f1dbb7d300e946ef3d502388ab5173e7f824 (patch)
tree7b8fed070eff4ffade81d478d76eae38dffc3694 /modules
parente6056c0a821bab674ebea04fa3228eedb161a282 (diff)
admin-full: allow to use translations for 'Not connected' state
This allows to use translated version of the 'Net connected' string in the Status/Overview/Network section. Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Diffstat (limited to 'modules')
-rw-r--r--modules/admin-full/luasrc/view/admin_status/index.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/admin-full/luasrc/view/admin_status/index.htm b/modules/admin-full/luasrc/view/admin_status/index.htm
index e54ee9a9a..fb9a08595 100644
--- a/modules/admin-full/luasrc/view/admin_status/index.htm
+++ b/modules/admin-full/luasrc/view/admin_status/index.htm
@@ -176,7 +176,7 @@ $Id$
else
{
si.innerHTML = '<img src="<%=resource%>/icons/ethernet_disabled.png" /><br /><small>?</small>';
- ss.innerHTML = '<em>Not connected</em>';
+ ss.innerHTML = '<em><%:Not connected%></em>';
}
<% if has_ipv6 then %>
@@ -219,7 +219,7 @@ $Id$
else
{
si6.innerHTML = '<img src="<%=resource%>/icons/ethernet_disabled.png" /><br /><small>?</small>';
- ss6.innerHTML = '<em>Not connected</em>';
+ ss6.innerHTML = '<em><%:Not connected%></em>';
}
<% end %>