Commit 5d9878de9eb91e4a53b6e9313b2e5a675560456d
1 parent
9dd2a9f4
Top
Showing
1 changed file
with
3 additions
and
3 deletions
 
Show diff stats
frontend/views/layouts/main.php
| ... | ... | @@ -131,7 +131,7 @@ | 
| 131 | 131 | <?php | 
| 132 | 132 | $items = []; | 
| 133 | 133 | $items[] = [ | 
| 134 | - 'label' => \Yii::t('app', 'Home'), | |
| 134 | + 'label' => \Yii::t('app', 'Главная'), | |
| 135 | 135 | 'url' => [ 'site/index' ], | 
| 136 | 136 | ]; | 
| 137 | 137 | foreach ($pageCategories as $category) { | 
| ... | ... | @@ -174,7 +174,7 @@ | 
| 174 | 174 | |
| 175 | 175 | <form class="navbar-form" role="search"> | 
| 176 | 176 | <div class="input-group"> | 
| 177 | - <input type="text" class="form-control" placeholder="Search"> | |
| 177 | + <input type="text" class="form-control" placeholder="Поиск"> | |
| 178 | 178 | <span class="input-group-btn"> | 
| 179 | 179 | |
| 180 | 180 | <button type="submit" class="btn btn-template-main"><i class="fa fa-search"></i></button> | 
| ... | ... | @@ -204,7 +204,7 @@ _________________________________________________________ --> | 
| 204 | 204 | <div class="forms_wr_"> | 
| 205 | 205 | <div class="modal-header"> | 
| 206 | 206 | <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> | 
| 207 | - <h3 class="modal-title" id="Login">Feedback</h3> | |
| 207 | + <h3 class="modal-title" id="Login">Обратная связь</h3> | |
| 208 | 208 | </div> | 
| 209 | 209 | <div class="modal-body"> | 
| 210 | 210 | ... | ... | 
