Commit 47dcba20b8875fac852ca110eba70f5fa0a4434f

Authored by Eugeny Galkovskiy
1 parent a0a32631

form view

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -229,11 +229,11 @@ _________________________________________________________ -->
229 229 <div class="modal-content">
230 230 <div class="modal-header">
231 231 <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times</button>
232   - <h3 class="modal-title" id="Success">Success</h3>
  232 + <h3 class="modal-title" id="Success">Спасибо</h3>
233 233 </div>
234 234 <div class="modal-body">
235 235  
236   - <p>Thank for your reply, we will call you, maybe.</p>
  236 + <p>Заявка отправлена и будет рассмотрена в ближайшее время.</p>
237 237 <p class="text-center">
238 238 <button type="button" class="btn btn-template-primary" data-dismiss="modal">Close</button>
239 239 </p>
... ...