added the post author name to the text also commented email
This commit is contained in:
parent
3dbfc85aa9
commit
6441977a7c
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue