commented on post email now includes the comment
This commit is contained in:
parent
27f1231479
commit
bc058332d3
2 changed files with 4 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
|||
= "#{@sender.name} (#{@sender.diaspora_handle})"
|
||||
= t('notifier.comment_on_post.commented')
|
||||
|
||||
= @comment.text
|
||||
|
||||
= "#{t('notifier.love')} \n"
|
||||
= t('notifier.diaspora')
|
||||
|
|
|
|||
|
|
@ -460,13 +460,14 @@ en:
|
|||
subject: "new Diaspora* contact request from %{from}"
|
||||
just_sent_you: "just sent you a contact request on Diaspora*"
|
||||
try_it_out: "You should really think about checking it out."
|
||||
sign_in: "sign in here"
|
||||
sign_in: "Sign in here"
|
||||
request_accepted:
|
||||
subject: "%{name} has accepted your contact request on Diaspora*"
|
||||
accepted: "has accepted your contact request!"
|
||||
sign_in: "Sign in here"
|
||||
comment_on_post:
|
||||
subject: "%{name} has commented on your post."
|
||||
commented: "has commented on your post!"
|
||||
commented: "has commented on your post:"
|
||||
sign_in: "Sign in to view it."
|
||||
also_commented:
|
||||
subject: "%{name} has also commented."
|
||||
|
|
|
|||
Loading…
Reference in a new issue