luci-mod-network: improve description for filterwin2k option again
authorLukas Tribus <lukas@ltri.eu>
Sun, 20 Nov 2022 09:56:34 +0000 (10:56 +0100)
committerJo-Philipp Wich <jo@mein.io>
Mon, 3 Apr 2023 11:45:03 +0000 (13:45 +0200)
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>
(cherry picked from commit 8607aa7a6712d6a78e4c8cc1be391fe60b85908c)

modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js

index db6d509ea4d46575dad0a917601dc339569de397..b539c3887a1d17cde919a683274ae5d23e8994f2 100644 (file)
@@ -454,8 +454,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',