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