diff options
Diffstat (limited to 'modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js')
-rw-r--r-- | modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js | 3 |
1 files changed, 2 insertions, 1 deletions
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 754793c6b3..f7c1346783 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 @@ -297,7 +297,8 @@ return view.extend({ o.default = o.enabled; o.depends('enabled', '1'); - o = s.taboption('timesync', form.DynamicList, 'server', _('NTP server candidates')); + o = s.taboption('timesync', form.DynamicList, 'server', _('NTP server candidates'), + _('List of upstream NTP server candidates with which to synchronize.')); o.datatype = 'host(0)'; o.ucisection = 'ntp'; o.depends('enabled', '1'); |