luci-app-shadowsocks-libev: reword base64 -encoding-
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
parent
0ac85a440a
commit
e9232f6113
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ function options_server(s, tab)
|
||||||
for _, m in ipairs(methods) do
|
for _, m in ipairs(methods) do
|
||||||
o:value(m)
|
o:value(m)
|
||||||
end
|
end
|
||||||
o = optfunc(Value, "key", translate("Key (base64 encoding)"))
|
o = optfunc(Value, "key", translate("Key (base64)"))
|
||||||
o.datatype = "base64"
|
o.datatype = "base64"
|
||||||
o.password = true
|
o.password = true
|
||||||
o.size = 12
|
o.size = 12
|
||||||
|
|
Loading…
Reference in a new issue