Improve error message for S/MIME signature

This commit is contained in:
Francis Lachapelle
2018-01-12 15:20:09 -05:00
parent 5ba683d4b1
commit c29e0a1a3d
@@ -247,10 +247,10 @@
"selected" = "selected";
/* OpenSSL certificate error - unknown issuer */
"certificate verify error" = "This certificate was signed by an unknown issuer";
"certificate verify error" = "Unable to verify message signature";
/* OpenSSL certificate error - email mismatch */
"digest failure" = "This certificate doesn't match the sender email address";
/* OpenSSL certificate error - digest failure */
"digest failure" = "The message has been modified";
/* OpenSSL reading error */
"Error reading the certificate. Please install a new certificate." = "Error reading the certificate. Please install a new certificate.";