mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Translate some S/MIME text
This commit is contained in:
parent
453e73f71a
commit
0efc0bbe3a
41 changed files with 120 additions and 41 deletions
|
|
@ -1544,7 +1544,7 @@ export class ComposePopupView extends AbstractViewPopup {
|
|||
if (identity.smimeKeyEncrypted()) {
|
||||
const pass = await Passphrases.ask(
|
||||
params.signPrivateKey,
|
||||
'S/MIME private key ' + identity.email(),
|
||||
i18n('SMIME/PRIVATE_KEY_OF', {EMAIL: identity.email()}),
|
||||
'CRYPTO/DECRYPT'
|
||||
);
|
||||
params.signPassphrase = pass?.password;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue