diff --git a/frontend/views/site/about.php b/frontend/views/site/about.php index 608df37..5d28981 100755 --- a/frontend/views/site/about.php +++ b/frontend/views/site/about.php @@ -10,8 +10,9 @@ * @var SeoComponent $seo * @var Page $page_stom */ - $seo = \Yii::$app->get('seo'); - $this->params[ 'breadcrumbs' ][] = $seo->title; +$seo = \Yii::$app->get('seo'); +$this->title = \Yii::t('app', 'О клинике'); +$this->params[ 'breadcrumbs' ][] = $this->title; ?>