Skip to content

Commit

Permalink
Fix default translation for boolean choice list filter
Browse files Browse the repository at this point in the history
  • Loading branch information
alterphp committed Dec 4, 2018
1 parent 73b783f commit 5d47fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration/ListFormFiltersConfigPass.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ private function configureFieldFilter(string $entityClass, array $fieldMapping,
'list_form_filters.default.boolean.true' => true,
'list_form_filters.default.boolean.false' => false,
),
'choice_translation_domain' => $translationDomain,
'choice_translation_domain' => 'EasyAdminBundle',
);
break;
case 'string':
Expand Down

0 comments on commit 5d47fbe

Please sign in to comment.