Is there a way to change the basic validation error message to one I need for all entities at once? Currently using Yaml config for every entity, but it's not a way.
CF\MyBundle\Entity\User:
properties:
email:
- Email:
message: e-mail no válido
- NotBlank:
message: Campo obligatorio
username:
- NotBlank:
message: Campo obligatorio
The easiest way is to define an translations file.