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')
|
= t('.already_invited')
|
||||||
- for invitation in @sent_invitations
|
- for invitation in @sent_invitations
|
||||||
= invitation.recipient.email
|
= 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"
|
send_invitation: "Send invitation"
|
||||||
aspect: "Aspect"
|
aspect: "Aspect"
|
||||||
already_invited: "Already invited"
|
already_invited: "Already invited"
|
||||||
|
resend: "Resend"
|
||||||
check_token:
|
check_token:
|
||||||
not_found: "Invitation token not found"
|
not_found: "Invitation token not found"
|
||||||
edit:
|
edit:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue