diff --git a/app/views/invitations/new.html.haml b/app/views/invitations/new.html.haml
index 64d771631..1b4da6a6c 100644
--- a/app/views/invitations/new.html.haml
+++ b/app/views/invitations/new.html.haml
@@ -41,7 +41,7 @@
.span-4.last
#already_invited_pane
%h4
- Already invited
+ = t('.already_invited')
- for email in @emails_delivered
= email
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index e6b6f22ec..f09c81436 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -292,6 +292,7 @@ en:
send_an_invitation: "Send an invitation"
send_invitation: "Send invitation"
aspect: "Aspect"
+ already_invited: "Already invited"
check_token:
not_found: "Invitation token not found"
edit: