-
Notifications
You must be signed in to change notification settings - Fork 28
/
invitation.en.yml
25 lines (25 loc) · 1.07 KB
/
invitation.en.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
en:
activerecord:
attributes:
invite:
email: "Email"
invitation:
flash:
invite_issued:
one: "Invitation issued"
other: "Invitations issued"
invite_error:
one: "Unable to issue invitation to %{email}"
other: "Unable to issue invitations to %{email}"
invite_mailer:
existing_user:
subject: "Invitation instructions"
hello: "Hello %{email}"
someone_invited_you: "%{sender} has invited you to %{invitable} at %{url}. You now have permissions to access it."
ignore: "If you don't want this permission added or feel it is in error, please contact %{sender}."
new_user:
subject: "Invitation instructions"
hello: "Hello %{email}"
someone_invited_you: "%{sender} has invited you to %{invitable} at %{url}. You can accept the invitation with the url below."
accept: "Accept invitation"
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."