From 78d0c7e9033d43bf2678c4ff2f0e48bb908f333e Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sat, 9 Mar 2024 19:09:11 +0200 Subject: luci-app-upnp: revise wording to include PCP - Revise wording, remove redundancies and mention IPv6 limitations - Mention `UPnP IGD` as `UPnP` is probably not specific enough - Include current wording in `LUCI_TITLE` for easy finding Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/view/status/include/80_upnp.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/luci-app-upnp/htdocs/luci-static/resources/view/status') diff --git a/applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js b/applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js index b5446ecb6c..1fbb440b4c 100644 --- a/applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js +++ b/applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js @@ -28,7 +28,7 @@ handleDelRule = function(num, ev) { }; return baseclass.extend({ - title: _('Active UPnP Redirects'), + title: _('Active Port Forwards'), load: function() { return Promise.all([ @@ -67,7 +67,7 @@ return baseclass.extend({ ]; }); - cbi_update_table(table, rows, E('em', _('There are no active redirects.'))); + cbi_update_table(table, rows, E('em', _('There are no active port forwards.'))); return table; } -- cgit v1.2.3