From: Jo-Philipp Wich Date: Tue, 24 Sep 2019 17:26:24 +0000 (+0200) Subject: luci-mod-system: system.js: use more concise label for use_dhcp X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e091859116c21f8a107e60d53acb664543bd8928;p=oweals%2Fluci.git luci-mod-system: system.js: use more concise label for use_dhcp Signed-off-by: Jo-Philipp Wich --- 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 415a6a175..18af222d2 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');