small translation fix
This commit is contained in:
parent
0230a9bd37
commit
0d70f78a12
2 changed files with 2 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
||||||
.span-4.last
|
.span-4.last
|
||||||
#already_invited_pane
|
#already_invited_pane
|
||||||
%h4
|
%h4
|
||||||
Already invited
|
= t('.already_invited')
|
||||||
- for email in @emails_delivered
|
- for email in @emails_delivered
|
||||||
= email
|
= email
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -292,6 +292,7 @@ en:
|
||||||
send_an_invitation: "Send an invitation"
|
send_an_invitation: "Send an invitation"
|
||||||
send_invitation: "Send invitation"
|
send_invitation: "Send invitation"
|
||||||
aspect: "Aspect"
|
aspect: "Aspect"
|
||||||
|
already_invited: "Already invited"
|
||||||
check_token:
|
check_token:
|
||||||
not_found: "Invitation token not found"
|
not_found: "Invitation token not found"
|
||||||
edit:
|
edit:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue