Skip to content

Commit 7671231

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: [Form] Fix a minor syntax issue
2 parents 2375fdf + 32f8bd3 commit 7671231

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)