luci-app-mwan3: update translation for rule famile options

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2020-11-06 07:36:59 +01:00
parent 2894ca6a62
commit 1c482dde3d

View file

@ -21,8 +21,8 @@ s.dynamic = false
o = s:option(ListValue, "family", translate("Internet Protocol")) o = s:option(ListValue, "family", translate("Internet Protocol"))
o.default = "" o.default = ""
o:value("", translate("IPv4 and IPv6")) o:value("", translate("IPv4 and IPv6"))
o:value("ipv4", translate("only IPv4")) o:value("ipv4", translate("IPv4 only"))
o:value("ipv6", translate("only IPv6")) o:value("ipv6", translate("IPv6 only"))
o = s:option(Value, "src_ip", translate("Source address"), o = s:option(Value, "src_ip", translate("Source address"),
translate("Supports CIDR notation (eg \"192.168.100.0/24\") without quotes")) translate("Supports CIDR notation (eg \"192.168.100.0/24\") without quotes"))