Commit 771cb13e79241ec6d76af2e7529144f33104ddba

Authored by Alexey Boroda
2 parents af4793f8 01039920

Merge branch 'master' of gitlab.artweb.com.ua:steska/clinica

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
backend/views/visit/_form.php
... ... @@ -19,7 +19,7 @@
19 19 <?php
20 20 switch ($model->time){
21 21 case 1:
22   - echo "<p>В течении 30 минут</p>";
  22 + echo "<p>В течение 30 минут</p>";
23 23 break;
24 24 case 2:
25 25 echo "<p>C 9.00 до 12.00</p>";
... ...