From: Florian Eckert Date: Tue, 8 Sep 2020 11:10:43 +0000 (+0200) Subject: luci-app-mwan3: fix max tracking interface hint X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=f9843477eac1f018fe543bcecc70dd75f980db1f;p=project%2Fluci.git luci-app-mwan3: fix max tracking interface hint Signed-off-by: Florian Eckert --- diff --git a/applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua b/applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua index d9d21b9ec0..6e34311d06 100644 --- a/applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua +++ b/applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua @@ -140,8 +140,7 @@ m = Map("mwan3", translate("MWAN - Interfaces"), interfaceWarnings(configCheck())) mwan_interface = m:section(TypedSection, "interface", nil, - translate("MWAN supports up to 252 physical and/or logical interfaces
" .. - "MWAN requires that all interfaces have a unique metric configured in /etc/config/network
" .. + translate("mwan3 requires that all interfaces have a unique metric configured in /etc/config/network
" .. "Names must match the interface name found in /etc/config/network
" .. "Names may contain characters A-Z, a-z, 0-9, _ and no spaces
" .. "Interfaces may not share the same name as configured members, policies or rules"))