applications/luci-diag-devinfo: fix lost description in netdiscover_devinfo.lua, patch by "BasicXP" <basicxp@ubuntu.com>
This commit is contained in:
parent
4edf243ffa
commit
fb71a1b39b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ require("luci.controller.luci_diag.devinfo_common")
|
||||||
|
|
||||||
local debug = false
|
local debug = false
|
||||||
|
|
||||||
m = SimpleForm("luci_devinfo", translate("Network Device Scan"), translate("l_d_d_nd_netdiscover_to_devinfo_descr"))
|
m = SimpleForm("luci_devinfo", translate("Network Device Scan"), translate("Scans for devices on specified networks."))
|
||||||
m.reset = false
|
m.reset = false
|
||||||
m.submit = false
|
m.submit = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue