diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-04-09 11:52:31 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-04-09 11:52:47 -0300 |
commit | fdee1e35c070420192b8e754040d6a7d9a8cd6dc (patch) | |
tree | 17bec97d626f8a26eb183a3c94e73050c95dac78 /web-ui/app | |
parent | 07feec923d11e10af311797d29cd1dc8c799bbc8 (diff) |
Removing unnecessary period after message
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/locales/en-us/translation.json | 2 | ||||
-rw-r--r-- | web-ui/app/locales/en/translation.json | 2 | ||||
-rw-r--r-- | web-ui/app/scss/_security.scss | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/web-ui/app/locales/en-us/translation.json b/web-ui/app/locales/en-us/translation.json index 2a474c80..b6fd6f0a 100644 --- a/web-ui/app/locales/en-us/translation.json +++ b/web-ui/app/locales/en-us/translation.json @@ -46,7 +46,7 @@ "encrypted encryption-error": "Unable to decrypt", "encrypted encryption-valid": "Encrypted", "not-encrypted": "Not Encrypted", - "signed": "Certified sender.", + "signed": "Certified sender", "signed signature-revoked": "Sender could not be securely identified.", "signed signature-expired": "Sender could not be securely identified.", "signed signature-not-trusted": "Sender and/or message cannot be trusted.", diff --git a/web-ui/app/locales/en/translation.json b/web-ui/app/locales/en/translation.json index 2a474c80..b6fd6f0a 100644 --- a/web-ui/app/locales/en/translation.json +++ b/web-ui/app/locales/en/translation.json @@ -46,7 +46,7 @@ "encrypted encryption-error": "Unable to decrypt", "encrypted encryption-valid": "Encrypted", "not-encrypted": "Not Encrypted", - "signed": "Certified sender.", + "signed": "Certified sender", "signed signature-revoked": "Sender could not be securely identified.", "signed signature-expired": "Sender could not be securely identified.", "signed signature-not-trusted": "Sender and/or message cannot be trusted.", diff --git a/web-ui/app/scss/_security.scss b/web-ui/app/scss/_security.scss index 2644fc3e..0c2baa52 100644 --- a/web-ui/app/scss/_security.scss +++ b/web-ui/app/scss/_security.scss @@ -12,7 +12,7 @@ } &.encrypted { &:before { - content: "\f023 "; + content: "\f023"; } &.encryption-error { background: $attention; |