From 868b6e4b1a9c8f5ca0f5d567e6649a13a22d5fcf Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Fri, 6 Sep 2024 00:08:53 +0200 Subject: luci-app-ddns: string fixes (sp/gr) Signed-off-by: Paul Donald --- .../luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-ddns/htdocs') 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") + ':' + '
IPv4: ' + '0/8, 10/8, 100.64/10, 127/8, 169.254/16, 172.16/12, 192.168/16' -- cgit v1.2.3