diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2015-04-08 16:38:16 -0300 |
---|---|---|
committer | Bruno Wagner <bwgpro@gmail.com> | 2015-04-08 16:38:28 -0300 |
commit | 58e22319f1926d5441cb7b69451bfa91d30fa03a (patch) | |
tree | b431b19556757741a4ea0ac74b6c6a6273400991 /web-ui/app/locales/en-us | |
parent | f4e376593e675a77cf96c53447da55104806d15d (diff) |
Closes #27 Changed the encryption status messages
Diffstat (limited to 'web-ui/app/locales/en-us')
-rw-r--r-- | web-ui/app/locales/en-us/translation.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/web-ui/app/locales/en-us/translation.json b/web-ui/app/locales/en-us/translation.json index 8cdb419e..2a474c80 100644 --- a/web-ui/app/locales/en-us/translation.json +++ b/web-ui/app/locales/en-us/translation.json @@ -43,10 +43,9 @@ "no_recipient": "<No Recipients>", "you": "you", "encrypted": "Encrypted", - "encrypted encryption-failure": "You are not authorized to see this message.", - "encrypted encryption-error": "Message was encrypted but we couldn't decrypt it.", - "encrypted encryption-valid": "Message was transmitted securely.", - "not-encrypted": "Message was readable during transmission.", + "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 identified.", "signed signature-expired": "Sender could not be securely identified.", |