diff --git a/app/views/invitations/new.html.haml b/app/views/invitations/new.html.haml
index aeca8a475..2cd92a0e4 100644
--- a/app/views/invitations/new.html.haml
+++ b/app/views/invitations/new.html.haml
@@ -43,4 +43,4 @@
= t('.already_invited')
- for invitation in @sent_invitations
= invitation.recipient.email
- = link_to "Resend", invitation_resend_path(invitation), :confirm => t('are_you_sure')
+ = link_to t('.resend'), invitation_resend_path(invitation), :confirm => t('are_you_sure')
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index 4ff8ac80f..1143759c1 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -328,6 +328,7 @@ en:
send_invitation: "Send invitation"
aspect: "Aspect"
already_invited: "Already invited"
+ resend: "Resend"
check_token:
not_found: "Invitation token not found"
edit: