I've noticed that when using the Symfony 2.3 choice field type, if I try to submit an invalid option (by manually changing the value of an option), symfony reports a form error on that field that says "This value is not valid".
However, I see no option to change this message in the choice field type class. I have not validation constraints set up for this field either.
Where is this error message coming from, and how do I change it?