diff --git a/applications/luci-app-chrony/htdocs/luci-static/resources/view/chrony.js b/applications/luci-app-chrony/htdocs/luci-static/resources/view/chrony.js index fbd123ec8c..8fc4f4b311 100644 --- a/applications/luci-app-chrony/htdocs/luci-static/resources/view/chrony.js +++ b/applications/luci-app-chrony/htdocs/luci-static/resources/view/chrony.js @@ -36,6 +36,7 @@ return view.extend({ _('Choose IP ranges from this interface to set them as allowed ranges.') + '
' + _('Choose a wan interface to allow from all IPs.') + '
' + _('Additional firewall configuration is required if you intend wan access.')); + o.multiple = true; o.nocreate = true; o.rmempty = false;