luci-app-ssr-plus: fix typo err

Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
This commit is contained in:
Mattraks 2021-02-09 17:22:07 +08:00 committed by CN_SZTL
parent bf04ac46fb
commit c48bdc2e1f
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -461,7 +461,7 @@ o.default = 2
o.rmempty = true
o = s:option(Value, "seed", translate("Obfuscate password (optional)"))
o:depends({type = "vless", transport = "kcp"})
o:depends({v2ray_protocol = "vless", transport = "kcp"})
o.rmempty = true
o = s:option(Flag, "congestion", translate("Congestion"))