diff --git a/ground/views/user/notification.php b/ground/views/user/notification.php
index 058542d..8e1fe1a 100644
--- a/ground/views/user/notification.php
+++ b/ground/views/user/notification.php
@@ -19,8 +19,7 @@ switch ($notification->type) {
break;
case Notifications::typeReply:
$comment = $notification->RefComment;
- $article = Article::model()->getByPK($comment->parentId);
- print strftime('%d %b %H:%M', $notification->date).' — '.$comment->RefUser->nick.' ответил на ваш комментарий к статье "'.$article->title.'".';
+ print strftime('%d %b %H:%M', $notification->date).' — '.$comment->RefUser->nick.' ответил(-а) на ваш комментарий.';
break;
default:
break;