mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
slight improvements to invite email copy
This commit is contained in:
parent
71b18ce5e2
commit
0a643353cf
2 changed files with 3 additions and 5 deletions
|
@ -909,7 +909,7 @@ en:
|
||||||
to_forum: "We'll send a brief email allowing your friend to immediately join by clicking a link, no login required."
|
to_forum: "We'll send a brief email allowing your friend to immediately join by clicking a link, no login required."
|
||||||
|
|
||||||
email_placeholder: 'name@example.com'
|
email_placeholder: 'name@example.com'
|
||||||
success: "We mailed out an invitation to <b>{{email}}</b>. We'll let you know when they redeem your invitation. Check the invitations tab on your user page to keep track of who you've invited."
|
success: "We mailed out an invitation to <b>{{email}}</b>. We'll notify you when the invitation is redeemed. Check the invitations tab on your user page to keep track of your invites."
|
||||||
error: "Sorry, we couldn't invite that person. Perhaps they are already a user?"
|
error: "Sorry, we couldn't invite that person. Perhaps they are already a user?"
|
||||||
|
|
||||||
login_reply: 'Sign In to Reply'
|
login_reply: 'Sign In to Reply'
|
||||||
|
|
|
@ -1047,7 +1047,7 @@ en:
|
||||||
blocked: "is blocked."
|
blocked: "is blocked."
|
||||||
|
|
||||||
invite_mailer:
|
invite_mailer:
|
||||||
subject_template: "[%{site_name}] %{invitee_name} invited you to join a discussion"
|
subject_template: "%{invitee_name} invited you to a discussion at %{site_name}"
|
||||||
text_body_template: |
|
text_body_template: |
|
||||||
%{invitee_name} invited you to a discussion
|
%{invitee_name} invited you to a discussion
|
||||||
|
|
||||||
|
@ -1057,9 +1057,7 @@ en:
|
||||||
|
|
||||||
at
|
at
|
||||||
|
|
||||||
> **%{site_title}**
|
> %{site_title} -- %{site_description}
|
||||||
>
|
|
||||||
> %{site_description}
|
|
||||||
|
|
||||||
If you're interested, click the link below:
|
If you're interested, click the link below:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue