Commit a4bf1c1dea7165fc699555b0641554fa2ae411e2
1 parent
9694cca0
ua translate personal title
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
common/messages/ua/app.php
@@ -120,4 +120,5 @@ | @@ -120,4 +120,5 @@ | ||
120 | "Главная" => 'Головна', | 120 | "Главная" => 'Головна', |
121 | "Комментарии" => 'Відгуки', | 121 | "Комментарии" => 'Відгуки', |
122 | 'Блог' => 'Статті', | 122 | 'Блог' => 'Статті', |
123 | + 'Связаться с доктором' => 'Зв\'язатися с лікарем', | ||
123 | ]; | 124 | ]; |
124 | \ No newline at end of file | 125 | \ No newline at end of file |
frontend/views/persone/view.php
@@ -28,7 +28,7 @@ | @@ -28,7 +28,7 @@ | ||
28 | <?= $model->lang->text ?> | 28 | <?= $model->lang->text ?> |
29 | 29 | ||
30 | <div class="heading"> | 30 | <div class="heading"> |
31 | - <h3>Связаться с доктором</h3> | 31 | + <h3><?=\Yii::t('app', 'Связаться с доктором')?></h3> |
32 | </div> | 32 | </div> |
33 | 33 | ||
34 | <div class="social"> | 34 | <div class="social"> |