Commit 354d243878daeeba958e0ff64056ea567919a5e6

Authored by Dmitriy Zaporozhets
2 parents 3caf0aa8 cc736930

Merge pull request #983 from JamesEarlDouglas/notify-grammar

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.
... ...