summaryrefslogtreecommitdiff
path: root/app/views/shared/_email_with_badge.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_email_with_badge.html.haml')
-rw-r--r--app/views/shared/_email_with_badge.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_email_with_badge.html.haml b/app/views/shared/_email_with_badge.html.haml
index ad863b1967d..294fe74a5ca 100644
--- a/app/views/shared/_email_with_badge.html.haml
+++ b/app/views/shared/_email_with_badge.html.haml
@@ -1,6 +1,6 @@
- css_classes = %w(badge badge-verification-status)
- css_classes << (verified ? 'verified': 'unverified')
-- text = verified ? 'Verified' : 'Unverified'
+- text = verified ? _('Verified') : _('Unverified')
.email-badge
.email-badge-email= email