Correct typo in SSR Plus
This commit is contained in:
parent
9a9be8cd56
commit
3b1a69d0d3
@ -125,13 +125,13 @@ o = s:option(Value, "alias", translate("Alias(optional)"))
|
|||||||
if nixio.fs.access("/usr/bin/v2ray") then
|
if nixio.fs.access("/usr/bin/v2ray") then
|
||||||
o = s:option(ListValue, "type", translate("Server Node Type"))
|
o = s:option(ListValue, "type", translate("Server Node Type"))
|
||||||
o:value("ssr", translate("ShadowsocksR"))
|
o:value("ssr", translate("ShadowsocksR"))
|
||||||
o:value("ss", translate("Shadowsocks New Vesion"))
|
o:value("ss", translate("Shadowsocks New Version"))
|
||||||
o:value("v2ray", translate("V2Ray"))
|
o:value("v2ray", translate("V2Ray"))
|
||||||
o.description = translate("Using incorrect encryption mothod may causes service fail to start")
|
o.description = translate("Using incorrect encryption mothod may causes service fail to start")
|
||||||
else
|
else
|
||||||
o = s:option(ListValue, "type", translate("Server Node Type"))
|
o = s:option(ListValue, "type", translate("Server Node Type"))
|
||||||
o:value("ssr", translate("ShadowsocksR"))
|
o:value("ssr", translate("ShadowsocksR"))
|
||||||
o:value("ss", translate("Shadowsocks New Vesion"))
|
o:value("ss", translate("Shadowsocks New Version"))
|
||||||
o.description = translate("Using incorrect encryption mothod may causes service fail to start")
|
o.description = translate("Using incorrect encryption mothod may causes service fail to start")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user