summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/htdocs/luci-static
diff options
context:
space:
mode:
authorPaul Donald <newtwen@gmail.com>2023-12-19 20:44:35 +0100
committerPaul Donald <newtwen@gmail.com>2023-12-19 20:44:58 +0100
commit0a6618823656df7aefc7b958e187afd628248e90 (patch)
treeae02362b66244b21fcafd43e8cb0d4f7230a49c4 /applications/luci-app-statistics/htdocs/luci-static
parenta5ed5976f4cf70a36863e69da8c055f855545f87 (diff)
luci-app-statistics: lookup -> look up
Signed-off-by: Paul Donald <newtwen@gmail.com>
Diffstat (limited to 'applications/luci-app-statistics/htdocs/luci-static')
-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', '');