From 8c3af0d3e792591dc9806f3b40f3dc2fa8408b83 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 25 Jul 2017 11:00:35 +0300 Subject: [PATCH] -Changed back to yii::t(), so the phrase could be translated --- views/artbox_comment_form.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/views/artbox_comment_form.php b/views/artbox_comment_form.php index 4525084..46b8132 100755 --- a/views/artbox_comment_form.php +++ b/views/artbox_comment_form.php @@ -59,8 +59,7 @@ echo Html::tag( 'div', Html::submitButton( -// Yii::t('artbox-comment', 'Submit') - 'Написать' + Yii::t('app', 'Submit comment') ), [ 'class' => 'input_bl submit_btn' ] ); -- libgit2 0.21.4