Skip to content

Commit 0503a82

Browse files
committed
minor #21643 [Form] Update CurrencyType, remove extra translation domain notice (Hanmac)
This PR was merged into the 7.4 branch. Discussion ---------- [Form] Update CurrencyType, remove extra translation domain notice Remove `choice_translation_domain` from the `legal_tender` setting <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> See: https://symfony.com/doc/7.4/reference/forms/types/currency.html#legal-tender > This option determines if the choice values should be translated and in which translation domain. this notice is shown twice, once for [choice_translation_domain](https://symfony.com/doc/7.4/reference/forms/types/currency.html#choice-translation-domain) (good) and once for [legal_tender](https://symfony.com/doc/7.4/reference/forms/types/currency.html#legal-tender) (bad) Commits ------- 71756bc Update currency.rst
2 parents 6a3d473 + 71756bc commit 0503a82

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

reference/forms/types/currency.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ regardless of their legal tender status.
8686

8787
The ``legal_tender`` option was introduced in Symfony 7.4.
8888

89-
.. include:: /reference/forms/types/options/choice_translation_domain.rst.inc
90-
9189
``not_active_at``
9290
~~~~~~~~~~~~~~~~~
9391

0 commit comments

Comments
 (0)