luci-app-mwan3: fix max tracking interface hint
authorFlorian Eckert <fe@dev.tdt.de>
Tue, 8 Sep 2020 11:10:43 +0000 (13:10 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Wed, 4 Nov 2020 14:12:01 +0000 (15:12 +0100)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua

index d9d21b9ec07e6507c145f9fec2a4c795c48494c1..6e34311d06600334153bbb35a568e484865623eb 100644 (file)
@@ -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<br />" ..
-       "MWAN requires that all interfaces have a unique metric configured in /etc/config/network<br />" ..
+       translate("mwan3 requires that all interfaces have a unique metric configured in /etc/config/network<br />" ..
        "Names must match the interface name found in /etc/config/network<br />" ..
        "Names may contain characters A-Z, a-z, 0-9, _ and no spaces<br />" ..
        "Interfaces may not share the same name as configured members, policies or rules"))