From f7de3a216af3b7413b793b7df5b8fef35e152fd9 Mon Sep 17 00:00:00 2001 From: MrZYX Date: Tue, 15 Feb 2011 15:02:36 +0100 Subject: [PATCH] fixed a translation --- app/views/invitations/new.html.haml | 2 +- config/locales/diaspora/en.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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: