diff options
-rw-r--r-- | applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js b/applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js index b85fd6d9df..cfd1e3508a 100644 --- a/applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js +++ b/applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js @@ -69,7 +69,7 @@ return L.view.extend({ var m, s, o; - m = new form.Map('upnpd', _('Universal Plug & Play'), + m = new form.Map('upnpd', [_('Universal Plug & Play')], _('UPnP allows clients in the local network to automatically configure the router.')); s = m.section(form.GridSection, '_active_rules'); |