Commit ac88d925c328cf1658295a34fd4e704421306e57

Authored by Antonio Terceiro
1 parent 1fec31f5

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,7 +26,7 @@ class InviteMember < Invitation
26 # Default message send to friend when user use invite a friend feature 26 # Default message send to friend when user use invite a friend feature
27 def self.mail_template 27 def self.mail_template
28 [ _('Hello <friend>,'), 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 _('To accept the invitation, please follow this link:'), 30 _('To accept the invitation, please follow this link:'),
31 '<url>', 31 '<url>',
32 "--\n<environment>", 32 "--\n<environment>",