gluon-web-mesh-vpn-openvpn: fix displaying key size

This commit is contained in:
Maciej Krüger 2022-05-27 19:57:47 +02:00 committed by Alexander List
parent 24e982eb23
commit 70a68367ca

View File

@ -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