summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web-ui/app/locales/en-us/translation.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/web-ui/app/locales/en-us/translation.json b/web-ui/app/locales/en-us/translation.json
index 330e38b6..0cec7b3e 100644
--- a/web-ui/app/locales/en-us/translation.json
+++ b/web-ui/app/locales/en-us/translation.json
@@ -46,12 +46,12 @@
"encrypted encryption-error": "Unable to decrypt",
"encrypted encryption-valid": "Encrypted",
"not-encrypted": "Not Encrypted",
- "signed": "Certified sender",
- "signed signature-revoked": "Sender could not be securely identifiedw",
- "signed signature-expired": "Sender could not be securely identified",
- "signed signature-not-trusted": "Sender and/or message cannot be trusted",
- "signed signature-unknown": "Sender and/or message cannot be trusted",
- "not-signed": "Uncertified sender",
+ "signed": "Verified sender",
+ "signed signature-revoked": "Bad signature",
+ "signed signature-expired": "Bad signature",
+ "signed signature-not-trusted": "Bad signature",
+ "signed signature-unknown": "Bad signature",
+ "not-signed": "Not signed",
"send-button": "Send",
"sending-mail": "Sending...",
"draft-button": "Save Draft",