X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fniu%2Fluasrc%2Fmodel%2Fcbi%2Fniu%2Fnetwork%2Flan1.lua;h=7b810b8f441ad53db56b2e9b61dbf0a6e4bc31ab;hp=e8069d5b31091b54ca0047de5f8f3d36326e5b7b;hb=98f1d09a06dd917fa8576f3e677af17ccf736c85;hpb=70f77f481a04e53f071bea93a8b77ce104f236db diff --git a/modules/niu/luasrc/model/cbi/niu/network/lan1.lua b/modules/niu/luasrc/model/cbi/niu/network/lan1.lua index e8069d5b3..7b810b8f4 100644 --- a/modules/niu/luasrc/model/cbi/niu/network/lan1.lua +++ b/modules/niu/luasrc/model/cbi/niu/network/lan1.lua @@ -17,7 +17,8 @@ local nw = require "luci.model.network" local has_ipv6 = nw:has_ipv6() -m = Map("network", "Local Network") +m = Map("network", "Configure Local Network", "These settings affect the devices in your local network. ".. +"Usually you do not need to change anything here for your router to work correctly.") nw.init(m.uci)