gluon-web-mesh-vpn-openvpn: fix displaying key size
This commit is contained in:
parent
24e982eb23
commit
70a68367ca
@ -174,7 +174,7 @@ local function try_key(file, input)
|
||||
|
||||
return {
|
||||
type = 'key',
|
||||
display = translate_format('Key %s, %s bits', info.type, info.size),
|
||||
display = translate_format('Key %s, %s bits', info.type, info.size * 8),
|
||||
info = info,
|
||||
}
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user