diff options
author | Lukas Tribus <lukas@ltri.eu> | 2022-11-20 10:56:34 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-11-23 13:38:42 +0100 |
commit | 8607aa7a6712d6a78e4c8cc1be391fe60b85908c (patch) | |
tree | d72a77e2d1882adc93d29d085de8de381591a8aa | |
parent | 22c51acf81eccb2b690d8a012c379af06a7bccfb (diff) |
luci-mod-network: improve description for filterwin2k option again
Stop using the word useless both in the name and the description and call
the feature what it actually is (Filter SRV/SOA service discovery).
Signed-off-by: Lukas Tribus <lukas@ltri.eu>
[slightly reword commit message]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r-- | modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js index 4e682d87b4..ddfbcaa98f 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js @@ -452,8 +452,8 @@ return view.extend({ o.default = o.enabled; s.taboption('advanced', form.Flag, 'filterwin2k', - _('Filter useless'), - _('Avoid uselessly triggering dial-on-demand links (filters SRV/SOA records and names with underscores).') + '<br />' + + _('Filter SRV/SOA service discovery'), + _('Filters SRV/SOA service discovery, to avoid triggering dial-on-demand links.') + '<br />' + _('May prevent VoIP or other services from working.')); o = s.taboption('advanced', form.Flag, 'filter_aaaa', |