mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-09 14:27:58 +00:00
update validation message
This commit is contained in:
parent
36e4f4d6dc
commit
7550d8fd82
@ -218,7 +218,7 @@ class UserController extends AbstractController
|
||||
'user_add',
|
||||
[
|
||||
'username' => $request->get('username'),
|
||||
'error' => $translator->trans('Could not access user database, try again later!')
|
||||
'error' => $translator->trans('Could not access user database locked by transaction, try again later!')
|
||||
]
|
||||
);
|
||||
}
|
||||
@ -461,7 +461,7 @@ class UserController extends AbstractController
|
||||
'user_login',
|
||||
[
|
||||
'username' => $request->get('username'),
|
||||
'error' => $translator->trans('Could not access user database, try again later!')
|
||||
'error' => $translator->trans('Could not access user database locked by transaction, try again later!')
|
||||
]
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user