Commit 86dbb0975f004fe04097c880dc51596729e89ac9
1 parent
b09e10f0
fix: Feedback translation
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/site/contact.php
@@ -166,7 +166,7 @@ $this->registerJs($js, View::POS_END); | @@ -166,7 +166,7 @@ $this->registerJs($js, View::POS_END); | ||
166 | 166 | ||
167 | <div class="col-md-12"> | 167 | <div class="col-md-12"> |
168 | <div class="heading"> | 168 | <div class="heading"> |
169 | - <h2> <?=\Yii::t('app', 'Связаться с нами1')?> </h2> | 169 | + <h2> <?=\Yii::t('app', 'Связаться с нами')?> </h2> |
170 | </div> | 170 | </div> |
171 | </div> | 171 | </div> |
172 | 172 |