mirror of
https://github.com/openwrt/luci.git
synced 2026-08-29 08:31:46 +04:00
applications/luci-diag-devinfo: fix lost description in netdiscover_devinfo.lua, patch by "BasicXP" <basicxp@ubuntu.com>
This commit is contained in:
@@ -21,7 +21,7 @@ require("luci.controller.luci_diag.devinfo_common")
|
||||
|
||||
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.submit = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user