Skip to content

Commit 643c60f

Browse files
committed
minor #17093 [Form] Fix typo choice_translation_domain option (mdoutreluingne)
This PR was merged into the 4.4 branch. Discussion ---------- [Form] Fix typo `choice_translation_domain` option Sorry for my typo. For this PR, I fix my typo for the `choice_translation_domain` option which refers to my old PR #17063 . Actually the `type` and `default` is above option ([see](https://symfony.com/doc/4.4/reference/forms/types/date.html#choice-translation-domain)). Commits ------- 45767ac Fix typo choice_translation_domain option
2 parents a20d5b6 + 45767ac commit 643c60f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
``choice_translation_domain``
2-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3-
41
This option determines if the choice values should be translated and in which
52
translation domain.
63

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
``choice_translation_domain``
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
14
**type**: ``string``, ``boolean`` or ``null`` **default**: ``false``
25

36
.. include:: /reference/forms/types/options/choice_translation_domain.rst.inc
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
``choice_translation_domain``
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
14
**type**: ``string``, ``boolean`` or ``null`` **default**: ``true``
25

36
.. include:: /reference/forms/types/options/choice_translation_domain.rst.inc

0 commit comments

Comments
 (0)