Skip to content

Commit c4b9fc4

Browse files
committed
[#14589] Reworded form error messages paragraph
1 parent a27f5af commit c4b9fc4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

forms.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)