mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Fix some OpenPGP translations
This commit is contained in:
parent
8e515ed2af
commit
92b81b777b
39 changed files with 395 additions and 360 deletions
|
|
@ -650,7 +650,7 @@ export class MailMessageView extends AbstractViewRight {
|
|||
}
|
||||
/*
|
||||
if (result && result.success) {
|
||||
i18n('PGP_NOTIFICATIONS/GOOD_SIGNATURE', {
|
||||
i18n('OPENPGP/GOOD_SIGNATURE', {
|
||||
USER: validKey.user + ' (' + validKey.id + ')'
|
||||
});
|
||||
message.getText()
|
||||
|
|
@ -660,7 +660,7 @@ export class MailMessageView extends AbstractViewRight {
|
|||
? keyIds.map(item => (item && item.toHex ? item.toHex() : null)).filter(v => v).join(', ')
|
||||
: '';
|
||||
|
||||
i18n('PGP_NOTIFICATIONS/PGP_ERROR', {
|
||||
i18n('OPENPGP/ERROR', {
|
||||
ERROR: 'message'
|
||||
}) + (additional ? ' (' + additional + ')' : '');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue