Commit 85f606162391558b737e86b9b6249f4275ffe360
1 parent
41378492
111
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -101,7 +101,7 @@ |
101 | 101 | ?> |
102 | 102 | </div> |
103 | 103 | <?php |
104 | - echo Html::a("Отправить запрос" . Html::tag('span', 0), '#', [ | |
104 | + echo Html::a(Yii::t('app', 'Отправить запрос') . Html::tag('span', 0), '#', [ | |
105 | 105 | 'class' => 'question-form visible-md visible-lg hidden', |
106 | 106 | ]); |
107 | 107 | ?> | ... | ... |