Skip to content

Commit 98aa825

Browse files
author
Stanislav Idolov
authored
🔃 [EngCom] Public Pull Requests - 2.1-develop
Accepted Public Pull Requests: - #17684: [Backport] Fix Custom Attribute Group can not translate in catalog/product page (by @dmytro-ch)
2 parents c059683 + 5a60685 commit 98aa825

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public function modifyMeta(array $meta)
244244
if ($attributes) {
245245
$meta[$groupCode]['children'] = $this->getAttributesMeta($attributes, $groupCode);
246246
$meta[$groupCode]['arguments']['data']['config']['componentType'] = Fieldset::NAME;
247-
$meta[$groupCode]['arguments']['data']['config']['label'] = __('%1', __($group->getAttributeGroupName()));
247+
$meta[$groupCode]['arguments']['data']['config']['label'] = __($group->getAttributeGroupName());
248248
$meta[$groupCode]['arguments']['data']['config']['collapsible'] = true;
249249
$meta[$groupCode]['arguments']['data']['config']['dataScope'] = self::DATA_SCOPE_PRODUCT;
250250
$meta[$groupCode]['arguments']['data']['config']['sortOrder'] =

0 commit comments

Comments
 (0)