diff --git a/widgets/views/_list.php b/widgets/views/_list.php index 3f378e8..9f884fb 100644 --- a/widgets/views/_list.php +++ b/widgets/views/_list.php @@ -22,7 +22,7 @@ Delete', '#', ['data' => ['action' => 'delete', 'url' => Url::to(['/comment/default/delete', 'id' => $comment->id]), 'comment-id' => $comment->id]]); ?> user->isGuest && ($comment->level < $maxLevel || is_null($maxLevel))): ?> - Reply", '#', ['class' => 'comment-reply', 'data' => ['action' => 'reply', 'comment-id' => $comment->id]]); ?> + " . Yii::t('yii2mod.comments', 'Reply'), '#', ['class' => 'comment-reply', 'data' => ['action' => 'reply', 'comment-id' => $comment->id]]); ?>