diff --git a/code/dataobjects/Comment.php b/code/dataobjects/Comment.php index 019faab..70cb4c3 100755 --- a/code/dataobjects/Comment.php +++ b/code/dataobjects/Comment.php @@ -52,7 +52,7 @@ class Comment extends DataObject { 'Email' => 'Email', 'Comment' => 'Comment', 'Created' => 'Date Posted', - 'ParentTitle' => 'Parent', + 'ParentTitle' => 'Blog Post', 'IsSpam' => 'Is Spam' );