[Form] Added clearer error message for CSRF errors

This commit is contained in:
Bernhard Schussek 2011-02-15 17:06:11 +01:00 committed by Fabien Potencier
parent 34859999b2
commit f589304fe3

View File

@ -29,7 +29,7 @@
</getter>
<getter property="csrfTokenValid">
<constraint name="AssertTrue">
<option name="message">The CSRF token is invalid</option>
<option name="message">The CSRF token is invalid. Please try to resubmit the form</option>
</constraint>
</getter>
</class>