diff options
Diffstat (limited to 'applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm')
-rw-r--r-- | applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm b/applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm index 0e801c791c..431b4b285c 100644 --- a/applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm +++ b/applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm @@ -14,9 +14,9 @@ $Id$ -%> <%+header%> -<h2><a id="content" name="content"><%:stat_systemplugins System plugins%></a></h2> +<h2><a id="content" name="content"><%:System plugins%></a></h2> -<p><%:stat_systemplugins_desc System plugins collecting values about system state and ressource usage on the device.:%> +<p><%:System plugins collecting values about system state and ressource usage on the device.:%> <ul> <% for plugin, desc in pairs(plugins) do %> <% if nixio.fs.access("/usr/lib/collectd/" .. plugin .. ".so") then %> |