summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js')
-rw-r--r--applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js b/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js
index 6c2d5ffa46..dd045ebde5 100644
--- a/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js
+++ b/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js
@@ -77,7 +77,7 @@ return view.extend({
o = s.option(form.Value, 'ReadThreads', _('Number of threads for data collection'));
o.default = '5';
- o = s.option(form.Flag, 'FQDNLookup', _('Try to lookup fully qualified hostname'));
+ o = s.option(form.Flag, 'FQDNLookup', _('Try to look up fully qualified hostname'));
o.default = o.disabled;
o.optional = true;
o.depends('Hostname', '');