Commit 30ffb43a6297cad71f83a316c850c82982807813
1 parent
50421796
little translate fix
Showing
5 changed files
with
7 additions
and
5 deletions
Show diff stats
common/messages/en/app.php
common/messages/fr/app.php
common/messages/ru/app.php
common/messages/ua/app.php
frontend/views/layouts/main.php
... | ... | @@ -182,7 +182,9 @@ JS; |
182 | 182 | |
183 | 183 | <div class="mobi-menu-primary"> |
184 | 184 | <ul class="mobi-menu-primary-ul"> |
185 | - <li><a href="#">Главная</a></li> | |
185 | + <li><a href="#"> | |
186 | + <?=\Yii::t('app','Main');?> | |
187 | + </a></li> | |
186 | 188 | <?php foreach ($pageCategories as $category){ ?> |
187 | 189 | <li> |
188 | 190 | <a href="#"><?=$category->language->title?></a> | ... | ... |