fixed a translation

This commit is contained in:
MrZYX 2011-02-15 15:02:36 +01:00
parent 7fb6c5bcb9
commit f7de3a216a
2 changed files with 2 additions and 1 deletions

View file

@ -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')

View file

@ -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: