Commit 5d9878de9eb91e4a53b6e9313b2e5a675560456d

Authored by Eugeny Galkovskiy
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,7 +131,7 @@
131 <?php 131 <?php
132 $items = []; 132 $items = [];
133 $items[] = [ 133 $items[] = [
134 - 'label' => \Yii::t('app', 'Home'), 134 + 'label' => \Yii::t('app', 'Главная'),
135 'url' => [ 'site/index' ], 135 'url' => [ 'site/index' ],
136 ]; 136 ];
137 foreach ($pageCategories as $category) { 137 foreach ($pageCategories as $category) {
@@ -174,7 +174,7 @@ @@ -174,7 +174,7 @@
174 174
175 <form class="navbar-form" role="search"> 175 <form class="navbar-form" role="search">
176 <div class="input-group"> 176 <div class="input-group">
177 - <input type="text" class="form-control" placeholder="Search"> 177 + <input type="text" class="form-control" placeholder="Поиск">
178 <span class="input-group-btn"> 178 <span class="input-group-btn">
179 179
180 <button type="submit" class="btn btn-template-main"><i class="fa fa-search"></i></button> 180 <button type="submit" class="btn btn-template-main"><i class="fa fa-search"></i></button>
@@ -204,7 +204,7 @@ _________________________________________________________ --&gt; @@ -204,7 +204,7 @@ _________________________________________________________ --&gt;
204 <div class="forms_wr_"> 204 <div class="forms_wr_">
205 <div class="modal-header"> 205 <div class="modal-header">
206 <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times</button> 206 <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times</button>
207 - <h3 class="modal-title" id="Login">Feedback</h3> 207 + <h3 class="modal-title" id="Login">Обратная связь</h3>
208 </div> 208 </div>
209 <div class="modal-body"> 209 <div class="modal-body">
210 210