X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=applications%2Fluci-app-statistics%2Fluasrc%2Fmodel%2Fcbi%2Fluci_statistics%2Fnetwork.lua;fp=applications%2Fluci-app-statistics%2Fluasrc%2Fmodel%2Fcbi%2Fluci_statistics%2Fnetwork.lua;h=547badf568f74792ab78e46a8eef48ffbfac421a;hb=f0083abed10e8a397ebe9e62801e3b5d536ba7b6;hp=54b15de83fc822a4fa6a7363a91ba1e92dd791ae;hpb=5735cdee86a87512e6d6e5b6fb9ef016bcf864d6;p=project%2Fluci.git diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua index 54b15de83..547badf56 100644 --- a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua +++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua @@ -6,7 +6,7 @@ m = Map("luci_statistics", translate( "The network plugin provides network based communication between " .. "different collectd instances. Collectd can operate both in client " .. - "and server mode. In client mode locally collected date is " .. + "and server mode. In client mode locally collected data is " .. "transferred to a collectd server instance, in server mode the " .. "local instance receives data from other hosts." ))