diff --git a/common/translation/ru/app.php b/common/translation/ru/app.php index 7923083..fa9fce7 100644 --- a/common/translation/ru/app.php +++ b/common/translation/ru/app.php @@ -102,4 +102,7 @@ return [ 'Контакты' => 'Контакты', 'Отправить запрос' => 'Отправить запрос', 'Создание сайтов' => 'Создание сайтов', + 'Подробнее' => 'Подробнее', + 'Запрос на просчет' => 'Запрос на просчет', + 'comment2' => 'Комментарий', ]; \ No newline at end of file diff --git a/common/translation/ua/app.php b/common/translation/ua/app.php index 0a8230c..671b04d 100644 --- a/common/translation/ua/app.php +++ b/common/translation/ua/app.php @@ -102,4 +102,7 @@ return [ 'Контакты' => 'Контакти', 'Отправить запрос' => 'Надіслати запит', 'Создание сайтов' => 'Розробка сайтів', + 'Подробнее' => 'Подробнее', + 'Запрос на просчет' => 'Запит на прорахування', + 'comment2' => 'Коментар', ]; \ No newline at end of file diff --git a/frontend/views/basket/modal_items.php b/frontend/views/basket/modal_items.php index 776dcdf..90fc9c8 100644 --- a/frontend/views/basket/modal_items.php +++ b/frontend/views/basket/modal_items.php @@ -96,7 +96,7 @@ field($order, 'comment', [ 'options' => [ 'class' => 'input-wr' ] ]) - ->label('Комментарий') + ->label(Yii::t('app', 'comment2')) ->textarea(); ?>
-- libgit2 0.21.4