* remove name from invite user flow * remove name from invitation instructions * update invitations spec * update specs and invitation actions overflow menu name * allow users to set name when accepting invite
33 lines
1.4 KiB
YAML
33 lines
1.4 KiB
YAML
---
|
||
en:
|
||
devise:
|
||
failure:
|
||
invited: You have a pending invitation, accept it to finish creating your account.
|
||
invitations:
|
||
edit:
|
||
header: Set your password
|
||
submit_button: Let's Get Started
|
||
invitation_removed: Your invitation was removed.
|
||
invitation_token_invalid: The invitation token provided is not valid!
|
||
new:
|
||
header: Send invitation
|
||
submit_button: Send an invitation
|
||
no_invitations_remaining: No invitations remaining
|
||
send_instructions: An invitation email has been sent to %{email}.
|
||
updated: Your password was set successfully. You are now signed in.
|
||
updated_not_active: Your password was set successfully.
|
||
mailer:
|
||
invitation_instructions:
|
||
accept_instructions: You can accept the invitation by clicking this link
|
||
accept: Accept Invitation
|
||
accept_until: This invitation will expire after %{due_date}.
|
||
hello: Hello
|
||
ignore: If you don't want to accept the invitation, please ignore this email. Your account won't be created until you access the link above and set your password.
|
||
someone_invited_you: You’ve been invited to join the %{community_name} community at %{url}.
|
||
subject: Invitation instructions
|
||
time:
|
||
formats:
|
||
devise:
|
||
mailer:
|
||
invitation_instructions:
|
||
accept_until_format: "%B %d, %Y %I:%M %p"
|