You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extension/js/common/lang.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,8 @@ export const Lang = {
93
93
cannotLocate: 'Could not locate this message.',
94
94
brokenLink: 'It seems it contains a broken link.',
95
95
pwdMsgAskSenderUsePubkey: 'This appears to be a password-protected message. Please ask the sender to encrypt messages for your Public Key instead.',
96
+
invalidCheckSum:
97
+
'Warning: Checksum mismatch detected.\nThis indicates the message may have been altered or corrupted during transmission.\nDecryption may still succeed, but verify the message source and integrity if possible.',
96
98
},
97
99
compose: {
98
100
abortSending: 'A message is currently being sent. Closing the compose window may abort sending the message.\nAbort sending?',
0 commit comments