From 6441977a7caae70a9eb881ec69a26d5f68701702 Mon Sep 17 00:00:00 2001 From: zhitomirskiyi Date: Fri, 11 Feb 2011 10:31:20 -0800 Subject: [PATCH] added the post author name to the text also commented email --- app/views/notifier/also_commented.text.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/notifier/also_commented.text.haml b/app/views/notifier/also_commented.text.haml index 64513bd17..193b348f1 100644 --- a/app/views/notifier/also_commented.text.haml +++ b/app/views/notifier/also_commented.text.haml @@ -1,7 +1,6 @@ = t('notifier.hello', :name => @receiver.profile.first_name) = "#{@sender.name} (#{@sender.diaspora_handle})" -= t('notifier.also_commented.commented') - += t('notifier.also_commented.commented', :post_author => @post_author_name) = @comment.text