From cc7369305c4654d15f5a453e80d15b5025205325 Mon Sep 17 00:00:00 2001 From: James Earl Douglas Date: Tue, 26 Jun 2012 09:15:52 -0700 Subject: [PATCH] cleanup the wording of the notification footer --- app/views/layouts/notify.html.haml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/notify.html.haml b/app/views/layouts/notify.html.haml index 0cef736c..bebcf82d 100644 --- a/app/views/layouts/notify.html.haml +++ b/app/views/layouts/notify.html.haml @@ -33,4 +33,7 @@ %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"} %br %p{:style => "font-size: 11px; color:#7d7a7a; margin: 0; padding: 0; font-family: Helvetica, Arial, sans-serif;"} - You're receiving this newsletter because you are in project team. + You're receiving this notification because you are a member of the + - if @project + #{@project.name} + project team.