luci-app-shadowsocks-libev: reword base64 -encoding-

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
Yousong Zhou 2019-01-22 06:29:24 +00:00
parent 0ac85a440a
commit e9232f6113

View file

@ -96,7 +96,7 @@ function options_server(s, tab)
for _, m in ipairs(methods) do
o:value(m)
end
o = optfunc(Value, "key", translate("Key (base64 encoding)"))
o = optfunc(Value, "key", translate("Key (base64)"))
o.datatype = "base64"
o.password = true
o.size = 12