Commit a704487c2199082e2e72cc3c2071c0cd5df6be57

Authored by Anastasia
1 parent a4320bd1

- comments

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/site/comments.php
... ... @@ -75,7 +75,7 @@
75 75 <ul class="answers-category-list">
76 76 <li <?=($service_id == null ? 'class="active"' : '')?>>
77 77 <a href="<?=Url::current(['service_id' => null])?>">
78   - <span><?=\Yii::t('app','General issues');?></span></a></li>
  78 + <span><?=\Yii::t('app','Общие отзывы');?></span></a></li>
79 79 <?php foreach ($services as $service){?>
80 80 <li <?=($service_id == $service->id ? 'class="active"' : '')?>>
81 81 <a href="<?=Url::current(['service_id' => $service->id])?>"><span><?=$service->title?></span></a></li>
... ...