Skip to content

Commit c8df457

Browse files
committed
1 parent 9122bcb commit c8df457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/comments_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ def apply_pings(pings)
319319
next if user.id == @comment.post.user_id
320320

321321
title = @post.parent.nil? ? @post.title : @post.parent.title
322-
user.create_notification("You were mentioned in a comment to #{@comment_thread.title} " \
322+
user.create_notification("You were mentioned in a comment in the thread '#{@comment_thread.title}' " \
323323
"on the post '#{title}'",
324324
helpers.comment_link(@comment))
325325
end

0 commit comments

Comments
 (0)