Skip to content

Commit 96ed837

Browse files
committed
minor #17278 [Form] Fix a minor syntax issue (javiereguiluz)
This PR was merged into the 5.4 branch. Discussion ---------- [Form] Fix a minor syntax issue Commits ------- f21d205 [Form] Fix a minor syntax issue
2 parents 058dc44 + f21d205 commit 96ed837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/options/label.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**type**: ``string`` or ``TranslatableMessage`` **default**: The label is "guessed" from the field name
55

66
Sets the label that will be used when rendering the field. Setting to ``false``
7-
will suppress the label.
7+
will suppress the label::
88

99
use Symfony\Component\Translation\TranslatableMessage;
1010

0 commit comments

Comments
 (0)