From 01bd2cef8f005521e510be6d9861b89ac8ab77f0 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Sat, 23 Oct 2021 12:26:27 +0200 Subject: [PATCH] [Form] Minor deletion Follow-up of https://github.com/symfony/symfony-docs/pull/15982 The point is that it's included in **label** (not in *errors*) ;-) --- form/form_customization.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/form/form_customization.rst b/form/form_customization.rst index e88c29e11d7..00d192b23e8 100644 --- a/form/form_customization.rst +++ b/form/form_customization.rst @@ -257,8 +257,9 @@ Renders any errors for the given field. .. caution:: - In the :ref:`error messages of Bootstrap 4 Form Theme `, - ``form_errors()`` is already included in ``form_label()``. + In the Bootstrap 4 form theme, ``form_errors()`` is already included in + ``form_label()``. Read more about this in the + :ref:`Bootstrap 4 theme documentation `. .. _reference-forms-twig-widget: