luci-mod-system: system.js: use more concise label for use_dhcp
authorJo-Philipp Wich <jo@mein.io>
Tue, 24 Sep 2019 17:26:24 +0000 (19:26 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 24 Sep 2019 17:26:33 +0000 (19:26 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js

index 415a6a175ea55545bf5dbdf7b527e00a610b5e07..18af222d29c082e10589a0640e6fb18a36c43029 100644 (file)
@@ -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');