Commit 413784924df2fb03cf866234d4f792b29eadec88
1 parent
19ae85d7
111
Showing
3 changed files
with
3 additions
and
1 deletions
Show diff stats
common/translation/ru/app.php
common/translation/ua/app.php
frontend/views/layouts/main.php
... | ... | @@ -281,7 +281,7 @@ |
281 | 281 | </div> |
282 | 282 | <div class="col-xs-6 col-sm-5 calc-menu"> |
283 | 283 | <?php |
284 | - echo Html::a('Отправить запрос' . Html::tag('span', 99), '#', [ | |
284 | + echo Html::a(Yii::t('app', 'Отправить запрос') . Html::tag('span', 99), '#', [ | |
285 | 285 | 'class' => 'question-form', |
286 | 286 | ]); |
287 | 287 | ?> | ... | ... |