Skip to content

Commit

Permalink
fix minors
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberisMyShiba committed Aug 21, 2023
1 parent 853e1a9 commit 8494eb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8494eb6

Please sign in to comment.