Commit 86dbb0975f004fe04097c880dc51596729e89ac9

Authored by Alexey Boroda
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 166  
167 167 <div class="col-md-12">
168 168 <div class="heading">
169   - <h2> <?=\Yii::t('app', 'Связаться с нами1')?> </h2>
  169 + <h2> <?=\Yii::t('app', 'Связаться с нами')?> </h2>
170 170 </div>
171 171 </div>
172 172  
... ...