diff --git a/reference/forms/types/options/label.rst.inc b/reference/forms/types/options/label.rst.inc index 9797b6264cf..3d9b6bd1674 100644 --- a/reference/forms/types/options/label.rst.inc +++ b/reference/forms/types/options/label.rst.inc @@ -3,8 +3,8 @@ **type**: ``string`` **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. The label can also be directly set inside the template: +Sets the label that will be used when rendering the field. Setting to ``false`` +will suppress the label. The label can also be set in the template: .. configuration-block::