diff --git a/common/messages/ru/app.php b/common/messages/ru/app.php index e559037..9be71d8 100644 --- a/common/messages/ru/app.php +++ b/common/messages/ru/app.php @@ -1,11 +1,11 @@ 'Главная', - 'Contacts' => 'Контакты', - 'About' => 'О нас', + 'Home' => 'Главная', + 'Contacts' => 'Контакты', + 'About' => 'О нас', 'Blog' => 'Блог', 'Events' => 'Мероприятия', - 'You question' => 'Ваш вопрос', + 'You question' => 'Сообщение', 'Contact us!' => 'Свяжитесь с нами', 'Go to contact page' => 'Перейти на страницу контактов', 'Send message' => 'Отправить сообщение', diff --git a/common/messages/ua/app.php b/common/messages/ua/app.php index af3803c..efc64a6 100644 --- a/common/messages/ua/app.php +++ b/common/messages/ua/app.php @@ -9,7 +9,7 @@ return [ 'Name' => 'Ім\'я', 'Phone' => 'Телефон', 'Message' => 'Повідомленя', - 'You question' => 'Ваше питання', + 'You question' => 'Повідомленя', 'Send' => 'Відправити', 'Contact us!' => 'Зв\'яжіться з нами', 'Go to contact page' => 'Перейти до сторінки контактів', diff --git a/frontend/views/blog/tag.php b/frontend/views/blog/tag.php index f8560bc..8a3c4e7 100755 --- a/frontend/views/blog/tag.php +++ b/frontend/views/blog/tag.php @@ -18,10 +18,9 @@ $seo = \Yii::$app->get('seo'); $this->params[ 'breadcrumbs' ][] = [ - 'label' => \Yii::t('app', 'Блог'), + 'label' => \Yii::t('app', 'Blog'), 'url' => [ 'blog/index' ], ]; - $this->params[ 'breadcrumbs' ][] = $seo->title; ?> @@ -88,7 +87,7 @@ _________________________________________________________ -->