From cb0a12801e59915ffb4b5953b9bdb5902c64a813 Mon Sep 17 00:00:00 2001 From: dozer111 Date: Fri, 31 Aug 2018 17:06:43 +0300 Subject: [PATCH] change success window --- common/messages/en/app.php | 2 +- common/messages/fr/app.php | 2 +- common/messages/ru/app.php | 2 +- common/messages/ua/app.php | 2 +- frontend/controllers/SiteController.php | 6 ++---- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/common/messages/en/app.php b/common/messages/en/app.php index 47b61ac..78e0763 100644 --- a/common/messages/en/app.php +++ b/common/messages/en/app.php @@ -35,7 +35,7 @@ return [ 'Phone' => 'Phone number', 'Message' => 'Message', 'Send' => 'Send', - 'Thanks for request' => 'Thank you for registering!', + 'Thanks for request' => 'Thank you for registering!

A letter of confirmation of participationin the \"Ninth International Energy Forum for Sustainable Development\" will be sent to your e-mail address as soon as possible.', 'We call you later' => 'A letter of confirmation of participation in the "Ninth International Energy Forum for Sustainable Development" will be sent to your e-mail address as soon as possible.', 'Without category' => 'Unassigned', 'Continue reading' => 'Continue reading', diff --git a/common/messages/fr/app.php b/common/messages/fr/app.php index 28d019f..4653124 100644 --- a/common/messages/fr/app.php +++ b/common/messages/fr/app.php @@ -39,7 +39,7 @@ return [ 'Phone' => 'Numéro de téléphone', 'Message' => 'Votre message', 'Send' => 'Envoyer', - 'Thanks for request' => 'Merci pour votre inscription!', + 'Thanks for request' => 'Merci pour votre inscription!

Une lettre de confirmation de la participation au \"Neuvième Forum international de l’énergie pour le développement durable\" sera envoyée à votre adresse électronique dès que possible. ', 'We call you later' => 'Une lettre de confirmation de la participation au "Neuvième Forum international de l’énergie pour le développement durable" sera envoyée à votre adresse électronique dès que possible.', 'Without category' => 'Non affecté', 'Continue reading' => 'Continuer la lecture', diff --git a/common/messages/ru/app.php b/common/messages/ru/app.php index 490b0a9..1b105fe 100644 --- a/common/messages/ru/app.php +++ b/common/messages/ru/app.php @@ -36,7 +36,7 @@ return [ 'Phone' => 'Номер телефона', 'Message' => 'Сообщение', 'Send' => 'Отправить', - 'Thanks for request' => 'Благодарим за регистрацию!', + 'Thanks for request' => 'Благодарим за регистрацию!

Письмо о подтверждении участия в «Девятом Международном форуме по энергетике в интересах устойчивого развития» будет отправлено на указанный вами электронный адрес в ближайшее время. ', 'We call you later' => 'Письмо о подтверждении участия в «Девятом Международном форуме по энергетике в интересах устойчивого развития» будет отправлено на указанный вами электронный адрес в ближайшее время. ', 'Without category' => 'Без категории', 'Continue reading' => 'Продолжить чтение', diff --git a/common/messages/ua/app.php b/common/messages/ua/app.php index b1bd2eb..41e4fc0 100644 --- a/common/messages/ua/app.php +++ b/common/messages/ua/app.php @@ -35,7 +35,7 @@ return [ 'Phone' => 'Номер телефона', 'Message' => 'Повідомлення', 'Send' => 'Відправити', - 'Thanks for request' => 'Дякуємо за реєстрацію!', + 'Thanks for request' => 'Дякуємо за реєстрацію!

Лист про підтвердження участі в «Дев\'ятому Міжнародному форумі з енергетики в інтересах сталого розвитку» буде відправлено на вашу електронну адресу найближчим часом.', 'We call you later' => 'Лист про підтвердження участі в «Дев\'ятому Міжнародному форумі з енергетики в інтересах сталого розвитку» буде відправлено на вашу електронну адресу найближчим часом.', 'Without category' => 'Без категорії', 'Continue reading' => 'Продовжити читання', diff --git a/frontend/controllers/SiteController.php b/frontend/controllers/SiteController.php index f17f7b2..64c360d 100755 --- a/frontend/controllers/SiteController.php +++ b/frontend/controllers/SiteController.php @@ -181,10 +181,8 @@ 'success', \Yii::t( 'app', - 'Thanks for request' - ).\Yii::t( - 'app', - 'We call you later' + #'Thanks for request' + 'Thanks for request' ) ); -- libgit2 0.21.4