fix tunnel weight UI typo (#940)

This commit is contained in:
Steve 2023-09-20 10:05:17 -07:00 committed by GitHub
parent a494a8c374
commit d579a7a5b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ local settings = {
category = "Tunnel Options", category = "Tunnel Options",
key = "aredn.@tunnel[0].weight", key = "aredn.@tunnel[0].weight",
type = "string", type = "string",
desc = "<b>Tunnel Weight</b> specifies the cost of using a tunnel. The higher the number, the less likely a tunnel is used.<br><br><small>aredn.@tunnel[0].weighy</small>", desc = "<b>Tunnel Weight</b> specifies the cost of using a tunnel. The higher the number, the less likely a tunnel is used.<br><br><small>aredn.@tunnel[0].weight</small>",
default = "1", default = "1",
needreboot= true needreboot= true
}, },