Commit ce9888587832c1e6af3f4275b9f342a05f29b34f

Authored by alex
1 parent 41a5bee8

change success flash text

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
frontend/controllers/SiteController.php
... ... @@ -181,7 +181,10 @@
181 181 'success',
182 182 \Yii::t(
183 183 'app',
184   - 'Дякуемо за реєстрацію. Підтвердження участі буде відправлено на вказаний email'
  184 + 'Thanks for request'
  185 + ).\Yii::t(
  186 + 'app',
  187 + 'We call you later'
185 188 )
186 189 );
187 190  
... ...