diff options
Diffstat (limited to 'applications/luci-statistics/luasrc/view')
-rw-r--r-- | applications/luci-statistics/luasrc/view/admin_statistics/index.htm | 4 | ||||
-rw-r--r-- | applications/luci-statistics/luasrc/view/public_statistics/graph.htm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/applications/luci-statistics/luasrc/view/admin_statistics/index.htm b/applications/luci-statistics/luasrc/view/admin_statistics/index.htm index 69bc213ae9..4a0c924e27 100644 --- a/applications/luci-statistics/luasrc/view/admin_statistics/index.htm +++ b/applications/luci-statistics/luasrc/view/admin_statistics/index.htm @@ -14,9 +14,9 @@ $Id$ -%> <%+header%> -<h1><%:stat Statistics%></h1> +<h1><%:stat_statistics Statistics%></h1> -<p><%:stat_desc The statistics package is based on<a href="http://collectd.org/index.shtml">Collectd</a> +<p><%:stat_desc The statistics package is based on <a href="http://collectd.org/index.shtml">Collectd</a> and uses <a href="http://oss.oetiker.ch/rrdtool/">RRD Tool</a> to render diagram images from collected data.%></p> <%+footer%> diff --git a/applications/luci-statistics/luasrc/view/public_statistics/graph.htm b/applications/luci-statistics/luasrc/view/public_statistics/graph.htm index 4e7a2a15f3..ff058b8b70 100644 --- a/applications/luci-statistics/luasrc/view/public_statistics/graph.htm +++ b/applications/luci-statistics/luasrc/view/public_statistics/graph.htm @@ -14,7 +14,7 @@ $Id$ -%> <%+header%> -<h1>Statistik</h1> +<h1><%:stat_statistics Statistics%></h1> <form action="" method="get"> <select name="timespan"> |