luci-proto-ipv6: fix typo in aiccu mtu range

This commit is contained in:
Paul Oranje 2015-02-04 17:51:25 +01:00
parent b6e5373764
commit 42e2280977

View file

@ -130,6 +130,6 @@ ttl.placeholder = "64"
mtu = section:taboption("advanced", Value, "mtu",
translate("Use MTU on tunnel interface"))
translate("minimum 1280, maximum 1480"))
mtu.datatype = "range(1280-1480)"
mtu.datatype = "range(1280,1480)"
mtu.placeholder = "1280"