Skip to content

Commit

Permalink
Fix label_catalogue configuration node deprecation message (#8099)
Browse files Browse the repository at this point in the history
  • Loading branch information
7ochem authored Sep 8, 2023
1 parent 939707c commit 0bad359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ public function getConfigTreeBuilder(): TreeBuilder
->setDeprecated(
'sonata-project/admin-bundle',
'4.9',
'The "default_label_catalogue" node is deprecated, use "default_translation_domain" instead.'
'The "label_catalogue" node is deprecated, use "translation_domain" instead.'
)
->end()
->scalarNode('icon')->end()
Expand Down

0 comments on commit 0bad359

Please sign in to comment.