Skip to content

Commit

Permalink
Fix OverrideAllHandler.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zonky2 committed Sep 23, 2024
1 parent d3a2b2a commit 577a382
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ private function renderFieldSets(
$translator = $environment->getTranslator();
assert($translator instanceof TranslatorInterface);

if ('' !== $fieldSet['palette']) {
if ('' === $fieldSet['palette']) {
$fieldSet['palette'] = \sprintf(
'<p>&nbsp;</p><strong>%s</strong><p>&nbsp;</p>',
$translator->translate('no_properties_available', 'dc-general')
Expand Down

0 comments on commit 577a382

Please sign in to comment.