Commit e14ff6a3a0c77a1718f77b7b2f7fd8332fc180d0

Authored by Alex Savenko
1 parent b5c5dde1

customer update

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/backend/controllers/CustomersController.php
... ... @@ -95,7 +95,7 @@ class CustomersController extends \Phalcon\Mvc\Controller
95 95 }
96 96 else
97 97 {
98   - $this->flash->error('Пользователь с таким эмейлом уже существует');
  98 + $this->flash->error('Пользователь с таким эмейлом не найден');
99 99 }
100 100 }
101 101  
... ...