summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-watchcat/luasrc
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-10-11 12:07:35 +0200
committerJo-Philipp Wich <jow@openwrt.org>2014-10-11 12:07:35 +0200
commit52326c28efacd6b6eadaf7bab72b8ec633192a00 (patch)
treea9e4f6d6530d5c8d810bd9c07652e9413040a619 /applications/luci-watchcat/luasrc
parent7ee4e9c78acccd7bdb6ec33a464bc67459068641 (diff)
parent90c0e4dad4a4d02ea7207a3ac9c5d76001ab069d (diff)
Merge pull request #220 from Wedmer/openvpnfix_dtfix_watchcatfix
applications/luci-openvpn: fixes for current openWRT openvpn packages.
Diffstat (limited to 'applications/luci-watchcat/luasrc')
-rw-r--r--applications/luci-watchcat/luasrc/model/cbi/watchcat/watchcat.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-watchcat/luasrc/model/cbi/watchcat/watchcat.lua b/applications/luci-watchcat/luasrc/model/cbi/watchcat/watchcat.lua
index bcaf438557..fd7038c87b 100644
--- a/applications/luci-watchcat/luasrc/model/cbi/watchcat/watchcat.lua
+++ b/applications/luci-watchcat/luasrc/model/cbi/watchcat/watchcat.lua
@@ -46,7 +46,7 @@ period = s:option(Value, "period",
"suffix 'm' for minutes, 'h' for hours or 'd' " ..
"for days"))
-pinghost = s:option(Value, "pinghost",
+pinghost = s:option(Value, "pinghosts",
translate("Ping host"),
translate("Host address to ping"))
pinghost.datatype = "host"