From f21d205ac732f022e1cadf99bc25f00965c0f154 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 16 Sep 2022 20:24:13 +0200 Subject: [PATCH] [Form] Fix a minor syntax issue --- reference/forms/types/options/label.rst.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/forms/types/options/label.rst.inc b/reference/forms/types/options/label.rst.inc index 471d8267082..8796af61974 100644 --- a/reference/forms/types/options/label.rst.inc +++ b/reference/forms/types/options/label.rst.inc @@ -4,7 +4,7 @@ **type**: ``string`` or ``TranslatableMessage`` **default**: The label is "guessed" from the field name Sets the label that will be used when rendering the field. Setting to ``false`` -will suppress the label. +will suppress the label:: use Symfony\Component\Translation\TranslatableMessage;