summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-ddns/htdocs/luci-static/resources/view
diff options
context:
space:
mode:
authorPaul Donald <newtwen+github@gmail.com>2024-09-06 00:08:53 +0200
committerPaul Donald <newtwen+github@gmail.com>2024-09-06 00:10:38 +0200
commit868b6e4b1a9c8f5ca0f5d567e6649a13a22d5fcf (patch)
treeaff2d0110ee9ba36a0553bc7c5c3be1fb08c1afb /applications/luci-app-ddns/htdocs/luci-static/resources/view
parent5f2e1bfceb9cfe069bd83d08770044bc1658b321 (diff)
luci-app-ddns: string fixes (sp/gr)
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Diffstat (limited to 'applications/luci-app-ddns/htdocs/luci-static/resources/view')
-rw-r--r--applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js b/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js
index ea16ee3853..4f70b601cd 100644
--- a/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js
+++ b/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js
@@ -398,7 +398,7 @@ return view.extend({
// Advanced Configuration Section
- o = s.taboption('global', form.Flag, 'upd_privateip', _("Allow non-public IP's"));
+ o = s.taboption('global', form.Flag, 'upd_privateip', _("Allow non-public IPs"));
o.description = _("Non-public and by default blocked IPs") + ':'
+ '<br /><strong>IPv4: </strong>'
+ '0/8, 10/8, 100.64/10, 127/8, 169.254/16, 172.16/12, 192.168/16'