diff --git a/views/artbox_comment_form.php b/views/artbox_comment_form.php index 795e5a7..4525084 100755 --- a/views/artbox_comment_form.php +++ b/views/artbox_comment_form.php @@ -58,7 +58,10 @@ ->textarea(); echo Html::tag( 'div', - Html::submitButton(Yii::t('artbox-comment', 'Submit')), + Html::submitButton( +// Yii::t('artbox-comment', 'Submit') + 'Написать' + ), [ 'class' => 'input_bl submit_btn' ] ); ?> diff --git a/views/artbox_comment_item.php b/views/artbox_comment_item.php index 4d56650..3b397dc 100755 --- a/views/artbox_comment_item.php +++ b/views/artbox_comment_item.php @@ -15,7 +15,9 @@
customer)? + mb_substr($model->customer->username, 0,1) : mb_substr($model->username, 0,1); ?>