fixed a translation
This commit is contained in:
parent
7fb6c5bcb9
commit
f7de3a216a
2 changed files with 2 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue