fix minors

This commit is contained in:
TeF 2023-08-21 16:07:11 +08:00 committed by sbwml
parent 5f7f02f747
commit 37cfc43470

View File

@ -313,7 +313,7 @@ o:depends("type", "hysteria")
o.rmempty = true
o.default = "0"
o = s:option(Value, "port_range", translate("Port range"))
o = s:option(Value, "port_range", translate("Port Range"))
o:depends({type = "hysteria", port_hopping = "1"})
o.datatype = "portrange"
o.rmempty = true