diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-10-11 12:07:35 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-10-11 12:07:35 +0200 |
commit | 52326c28efacd6b6eadaf7bab72b8ec633192a00 (patch) | |
tree | a9e4f6d6530d5c8d810bd9c07652e9413040a619 /applications/luci-watchcat/luasrc | |
parent | 7ee4e9c78acccd7bdb6ec33a464bc67459068641 (diff) | |
parent | 90c0e4dad4a4d02ea7207a3ac9c5d76001ab069d (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.lua | 2 |
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" |