From fd5725db36ef43e4a3d1ecbb5a6ad517d6263277 Mon Sep 17 00:00:00 2001 From: corpsepk Date: Fri, 8 Jul 2016 12:15:31 +0300 Subject: [PATCH] Wrapped "Reply" in Yii::t() --- widgets/views/_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]]); ?>