diff --git a/common/translation/ru/app.php b/common/translation/ru/app.php index 54e6a9f..c41a323 100644 --- a/common/translation/ru/app.php +++ b/common/translation/ru/app.php @@ -100,4 +100,5 @@ return [ 'Контрактные продукты' => 'Контрактные продукты', 'Статьи' => 'Статьи', 'Контакты' => 'Контакты', + 'Отправить запрос' => 'Отправить запрос', ]; \ No newline at end of file diff --git a/common/translation/ua/app.php b/common/translation/ua/app.php index 512b088..9d5c7eb 100644 --- a/common/translation/ua/app.php +++ b/common/translation/ua/app.php @@ -100,4 +100,5 @@ return [ 'Контрактные продукты' => 'Контрактні продукти', 'Статьи' => 'Статті', 'Контакты' => 'Контакти', + 'Отправить запрос' => 'Надіслати запит', ]; \ No newline at end of file diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 48d7cfc..0d1584c 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -281,7 +281,7 @@