docbrown/config/locales/devise_invitable.en.yml
Suzanne Aitchison 25bf8a0711
Remove name from invitation flow (#17438)
* 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
2022-05-03 09:33:12 +01:00

33 lines
1.4 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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: Youve 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"