From e091859116c21f8a107e60d53acb664543bd8928 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 24 Sep 2019 19:26:24 +0200 Subject: [PATCH] luci-mod-system: system.js: use more concise label for use_dhcp Signed-off-by: Jo-Philipp Wich --- .../htdocs/luci-static/resources/view/system/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js index 415a6a175e..18af222d29 100644 --- a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js +++ b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js @@ -261,7 +261,7 @@ return L.view.extend({ o.ucisection = 'ntp'; o.depends('enabled', '1'); - o = s.taboption('timesync', form.Flag, 'use_dhcp', _('Use NTP servers offered by DHCP')); + o = s.taboption('timesync', form.Flag, 'use_dhcp', _('Use DHCP advertised servers')); o.ucisection = 'ntp'; o.default = o.enabled; o.depends('enabled', '1'); -- 2.30.2