diff options
Diffstat (limited to 'applications/luci-app-banip/htdocs/luci-static/resources/view/banip')
-rw-r--r-- | applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js | 2 | ||||
-rw-r--r-- | applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js index b9b1bde991..f172158063 100644 --- a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js +++ b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/blacklist.js @@ -21,7 +21,7 @@ return view.extend({ return E([ E('p', {}, _('This is the local banIP blacklist to always-deny certain IP/CIDR addresses.<br /> \ - <em><b>Please note:</b></em> add only one IPv4 or IPv6 address per line. Comments introduced with \'#\' are allowed - domains, wildcards and regex are not.')), + <em><b>Please note:</b></em> add only one IPv4 address, IPv6 address or domain name per line. Comments introduced with \'#\' are allowed - wildcards and regex are not.')), E('p', {}, E('textarea', { 'style': 'width: 100% !important; padding: 5px; font-family: monospace', diff --git a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js index 4e8e61d90f..be70478412 100644 --- a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js +++ b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/whitelist.js @@ -21,7 +21,7 @@ return view.extend({ return E([ E('p', {}, _('This is the local banIP whitelist to always allow certain IP/CIDR addresses.<br /> \ - <em><b>Please note:</b></em> add only one IPv4 or IPv6 address or per line. Comments introduced with \'#\' are allowed - domains, wildcards and regex are not.')), + <em><b>Please note:</b></em> add only one IPv4 address, IPv6 address or domain name per line. Comments introduced with \'#\' are allowed - wildcards and regex are not.')), E('p', {}, E('textarea', { 'style': 'width: 100% !important; padding: 5px; font-family: monospace', |