Merge pull request #1611 from squarewf/patch-1
Fix #1609: luci-proto-wireguard placeholder wrongfully suggests default port
This commit is contained in:
commit
47d1eaaf30
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ listen_port = section:taboption(
|
|||
translate("Optional. UDP port used for outgoing and incoming packets.")
|
||||
)
|
||||
listen_port.datatype = "port"
|
||||
listen_port.placeholder = "51820"
|
||||
listen_port.placeholder = translate("random")
|
||||
listen_port.optional = true
|
||||
|
||||
addresses = section:taboption(
|
||||
|
|
Loading…
Reference in a new issue