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>
Wed, 23 Nov 2022 12:38:42 +0000 (13:38 +0100)
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>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js

index 4e682d87b4ce700d8aff6eebee2eb484b014fb82..ddfbcaa98f4493405815fa1950e8f6466cf28b8c 100644 (file)
@@ -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',