Commit 7bbb9c2ff308d0abf96507ae54654fc5916a925b
1 parent
40f47e9e
Связатся -> связаться
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -107,7 +107,7 @@ |
107 | 107 | <p class="hidden-sm hidden-xs"> |
108 | 108 | <?php |
109 | 109 | if (!empty($settings->phone)) { |
110 | - echo \Yii::t('app', 'Связатся с нами '); | |
110 | + echo \Yii::t('app', 'Связаться с нами '); | |
111 | 111 | echo Html::a($settings->phone, "тел.: {$settings->phone}"); |
112 | 112 | if (!empty($settings->email)) { |
113 | 113 | echo \Yii::t('app', ' или '); | ... | ... |