summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua
diff options
context:
space:
mode:
authoryangfl <yangfl@users.noreply.github.com>2018-08-18 12:21:21 +0800
committeryangfl <yangfl@users.noreply.github.com>2018-10-12 22:18:51 +0800
commitae8b68cfe85296eb37436621895cdddac66b3ca7 (patch)
treefbf307f80f01da10db8b348f452dcd0dd4cab320 /applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua
parent641475ee5948cd5646ad3ee59b8c2f21f8c243b7 (diff)
treewide: Fix typos in UI strings
Signed-off-by: David Yang <mmyangfl@gmail.com>
Diffstat (limited to 'applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua')
-rw-r--r--applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua
index 3c650180aa..a02b2be4fd 100644
--- a/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua
+++ b/applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua
@@ -4,7 +4,7 @@
m = Map("luci_statistics",
translate("TCPConns Plugin Configuration"),
translate(
- "The tcpconns plugin collects informations about open tcp " ..
+ "The tcpconns plugin collects information about open tcp " ..
"connections on selected ports."
))