Skip to content

Commit 2c5e322

Browse files
committed
Merge branch 'hotfix/fix_translation' into 'feature/2.3.0'
hotfix/fix_deprecations See merge request metamodels/attribute_checkbox!46
2 parents 8619813 + 4b26ef9 commit 2c5e322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Attribute/Checkbox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function getFilterOptions($idList, $usedOnly, &$arrCount = null)
123123
$mapped = [];
124124
foreach ($values as $value) {
125125
$mapped[(string) $value] =
126-
$translator->trans('value_' . ($value ?: '0'), [], 'metamodel_checkbox');
126+
$translator->trans('checkbox.value_' . ($value ?: '0'), [], 'metamodel_checkbox');
127127
}
128128

129129
return $mapped;

0 commit comments

Comments
 (0)