mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-22 20:44:59 +00:00
update validation message
This commit is contained in:
parent
a8cbfffce2
commit
36e4f4d6dc
@ -242,7 +242,7 @@ class UserController extends AbstractController
|
||||
'user_add',
|
||||
[
|
||||
'username' => $request->get('username'),
|
||||
'error' => $translator->trans('Username reserved for anonymous users!')
|
||||
'error' => $translator->trans('Username reserved for anon messages!')
|
||||
]
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user