Commit cc7369305c4654d15f5a453e80d15b5025205325

Authored by James Earl Douglas
1 parent 89d3366e

cleanup the wording of the notification footer

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
app/views/layouts/notify.html.haml
... ... @@ -33,4 +33,7 @@
33 33 %td{:align => "center", :style => "padding: 5px 0 10px; font-size: 11px; color:#7d7a7a; margin: 0; line-height: 1.2;font-family: Helvetica, Arial, sans-serif;", :valign => "top"}
34 34 %br
35 35 %p{:style => "font-size: 11px; color:#7d7a7a; margin: 0; padding: 0; font-family: Helvetica, Arial, sans-serif;"}
36   - You're receiving this newsletter because you are in project team.
  36 + You're receiving this notification because you are a member of the
  37 + - if @project
  38 + #{@project.name}
  39 + project team.
... ...