1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix help info for MPTCP luci interface

This commit is contained in:
Ycarus 2018-07-10 17:36:28 +02:00
parent 92428805b2
commit a3e16ee00e

View file

@ -3,7 +3,7 @@ local sys = require "luci.sys"
local ifaces = sys.net:devices()
local m, s, o
m = Map("network", translate("MPTCP"), translate("Networks MPTCP settings"), translate("Visit <a href='http://multipath-tcp.org/pmwiki.php/Users/ConfigureMPTCP'>http://multipath-tcp.org/pmwiki.php/Users/ConfigureMPTCP</a> for help."))
m = Map("network", translate("MPTCP"), translate("Networks MPTCP settings. Visit <a href='http://multipath-tcp.org/pmwiki.php/Users/ConfigureMPTCP'>http://multipath-tcp.org/pmwiki.php/Users/ConfigureMPTCP</a> for help."))
s = m:section(TypedSection, "globals")
local mtcpg = s:option(ListValue, "multipath", translate("Multipath TCP"))