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
565565
566566.. versionadded :: 5.2
567567
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
569569
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 ``:
573573
574574.. configuration-block ::
575575
You can’t perform that action at this time.
0 commit comments