applications/luci-statistics: fix typo in collectd cbi
This commit is contained in:
parent
7c3c6b013b
commit
a9d48d56e2
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ require("luci.sys")
|
||||||
m = Map("luci_statistics",
|
m = Map("luci_statistics",
|
||||||
translate("Collectd Settings"),
|
translate("Collectd Settings"),
|
||||||
translate(
|
translate(
|
||||||
"Collectd is a small daeomon for collecting data from " ..
|
"Collectd is a small daemon for collecting data from " ..
|
||||||
"various sources through different plugins. On this page " ..
|
"various sources through different plugins. On this page " ..
|
||||||
"you can change general settings for the collectd daemon."
|
"you can change general settings for the collectd daemon."
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in a new issue