File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -565,11 +565,11 @@ Form Validation Messages
565
565
566
566
.. versionadded :: 5.2
567
567
568
- The ``framework.form. legacy_error_messages `` option was introduced in Symfony 5.2
568
+ The ``legacy_error_messages `` option was introduced in Symfony 5.2
569
569
570
- The form validation messages have been rewritten to be more user-friendly.
571
- To enable these new messages set the `` legacy_error_messages `` option in `` framework ``,
572
- `` form `` to ``false ``:
570
+ The form types have default error messages that are more clear and
571
+ user-friendly than the ones provided by the validation constraints. To enable
572
+ these new messages set the `` legacy_error_messages `` option to ``false ``:
573
573
574
574
.. configuration-block ::
575
575
You can’t perform that action at this time.
0 commit comments