X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/06d75e180469be60a06bf6aa8e7172d2f61dd53e..refs/pull/474/head:/app/Repos/CommentRepo.php diff --git a/app/Repos/CommentRepo.php b/app/Repos/CommentRepo.php index b8aa579c6..ce71b9234 100644 --- a/app/Repos/CommentRepo.php +++ b/app/Repos/CommentRepo.php @@ -46,8 +46,8 @@ class CommentRepo { } public function delete($comment) { - $comment->text = trans('activities.comment_deleted'); - $comment->html = trans('activities.comment_deleted'); + $comment->text = trans('entities.comment_deleted'); + $comment->html = trans('entities.comment_deleted'); $comment->active = false; $userId = user()->id; $comment->updated_by = $userId;