Commit 8c3af0d3e792591dc9806f3b40f3dc2fa8408b83
1 parent
7807d05c
-Changed back to yii::t(), so the phrase could be translated
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
views/artbox_comment_form.php
@@ -59,8 +59,7 @@ | @@ -59,8 +59,7 @@ | ||
59 | echo Html::tag( | 59 | echo Html::tag( |
60 | 'div', | 60 | 'div', |
61 | Html::submitButton( | 61 | Html::submitButton( |
62 | -// Yii::t('artbox-comment', 'Submit') | ||
63 | - 'Написать' | 62 | + Yii::t('app', 'Submit comment') |
64 | ), | 63 | ), |
65 | [ 'class' => 'input_bl submit_btn' ] | 64 | [ 'class' => 'input_bl submit_btn' ] |
66 | ); | 65 | ); |