Commit 3da4d2b53bac2f4a1df13430116219e5c8a04ee1
1 parent
95be646d
Exists in
master
and in
22 other branches
A better title for invitation e-mails
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/invite_friend.rb
@@ -8,7 +8,7 @@ class InviteFriend < Invitation | @@ -8,7 +8,7 @@ class InviteFriend < Invitation | ||
8 | end | 8 | end |
9 | 9 | ||
10 | def description | 10 | def description |
11 | - _('%s wants to be your friend.') % [person.name] | 11 | + _('%s invited you to join %s') % [person.name, person.environment.name] |
12 | end | 12 | end |
13 | 13 | ||
14 | def permission | 14 | def permission |