Commit ac88d925c328cf1658295a34fd4e704421306e57
1 parent
1fec31f5
Exists in
master
and in
29 other branches
Better English wording
Showing
1 changed file
with
1 additions
and
1 deletions
 
Show diff stats
app/models/invite_member.rb
| ... | ... | @@ -26,7 +26,7 @@ class InviteMember < Invitation | 
| 26 | 26 | # Default message send to friend when user use invite a friend feature | 
| 27 | 27 | def self.mail_template | 
| 28 | 28 | [ _('Hello <friend>,'), | 
| 29 | - _('<user> is inviting you to participate of <community> on <environment>.'), | |
| 29 | + _('<user> is inviting you to join "<community>" on <environment>.'), | |
| 30 | 30 | _('To accept the invitation, please follow this link:'), | 
| 31 | 31 | '<url>', | 
| 32 | 32 | "--\n<environment>", | ... | ... |