summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-upnp/htdocs/luci-static
diff options
context:
space:
mode:
authorSelf-Hosting-Group <selfhostinggroup-git+openwrt@shost.ing>2024-12-02 00:00:00 +0000
committerPaul Donald <newtwen+github@gmail.com>2024-12-02 20:56:50 +0100
commitdb626fa864b6d90b36191f09d1afe8288d4da32d (patch)
tree4798745c878bd10b06f69b1c84f0d9f11a8b7455 /applications/luci-app-upnp/htdocs/luci-static
parent5b1253c41f5391c25e03114d348e50d03f19b8a0 (diff)
luci-app-upnp: Fix old translations
Close #7444 Signed-off-by: Self-Hosting-Group <selfhostinggroup-git+openwrt@shost.ing>
Diffstat (limited to 'applications/luci-app-upnp/htdocs/luci-static')
-rw-r--r--applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js4
1 files changed, 2 insertions, 2 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 f216dd0e1c..c89e075ae7 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
@@ -151,11 +151,11 @@ return view.extend({
.format('<a href="https://en.wikipedia.org/wiki/STUN" target="_blank" rel="noreferrer"><abbr title="Session Traversal Utilities for NAT">STUN</abbr></a>'),
_('To detect the public IPv4 address for unrestricted full-cone/one-to-one NATs'));
- o = s.taboption('advanced', form.Value, 'stun_host', _('STUN Host'));
+ o = s.taboption('advanced', form.Value, 'stun_host', _('STUN host'));
o.depends('use_stun', '1');
o.datatype = 'host';
- o = s.taboption('advanced', form.Value, 'stun_port', _('STUN Port'));
+ o = s.taboption('advanced', form.Value, 'stun_port', _('STUN port'));
o.depends('use_stun', '1');
o.datatype = 'port';
o.placeholder = '3478';