Change label from 'Parent' to 'Blog Post'

This commit is contained in:
scott1702 2015-03-30 16:10:06 +13:00
parent 2a20037e49
commit aa5d0ef703

View File

@ -52,7 +52,7 @@ class Comment extends DataObject {
'Email' => 'Email',
'Comment' => 'Comment',
'Created' => 'Date Posted',
'ParentTitle' => 'Parent',
'ParentTitle' => 'Blog Post',
'IsSpam' => 'Is Spam'
);