luci-mod-system: system.js: use more concise label for use_dhcp
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
5c8a3c5b79
commit
e091859116
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue