diff options
author | Paul Donald <newtwen+github@gmail.com> | 2024-04-02 00:47:25 +0200 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-04-02 01:31:01 +0200 |
commit | e5f8af1753e008bb8e3742648e80ed09388c4ebb (patch) | |
tree | 6524cf3e081686aba1643366c23ce0c5a15bcfdf /modules/luci-mod-system/htdocs/luci-static/resources/view | |
parent | 99f6fb34727f0c8466970ef2845f400b2c735435 (diff) |
luci-mod-system: describe NTP server candidates
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Diffstat (limited to 'modules/luci-mod-system/htdocs/luci-static/resources/view')
-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'); |