From 8607aa7a6712d6a78e4c8cc1be391fe60b85908c Mon Sep 17 00:00:00 2001 From: Lukas Tribus Date: Sun, 20 Nov 2022 10:56:34 +0100 Subject: 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 [slightly reword commit message] Signed-off-by: Jo-Philipp Wich --- .../htdocs/luci-static/resources/view/network/dhcp.js | 4 ++-- 1 file 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).') + '
' + + _('Filter SRV/SOA service discovery'), + _('Filters SRV/SOA service discovery, to avoid triggering dial-on-demand links.') + '
' + _('May prevent VoIP or other services from working.')); o = s.taboption('advanced', form.Flag, 'filter_aaaa', -- cgit v1.2.3