File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ public function modifyMeta(array $meta)
287
287
if ($ attributes ) {
288
288
$ meta [$ groupCode ]['children ' ] = $ this ->getAttributesMeta ($ attributes , $ groupCode );
289
289
$ meta [$ groupCode ]['arguments ' ]['data ' ]['config ' ]['componentType ' ] = Fieldset::NAME ;
290
- $ meta [$ groupCode ]['arguments ' ]['data ' ]['config ' ]['label ' ] = __ (' %1 ' , $ group ->getAttributeGroupName ());
290
+ $ meta [$ groupCode ]['arguments ' ]['data ' ]['config ' ]['label ' ] = __ ($ group ->getAttributeGroupName ());
291
291
$ meta [$ groupCode ]['arguments ' ]['data ' ]['config ' ]['collapsible ' ] = true ;
292
292
$ meta [$ groupCode ]['arguments ' ]['data ' ]['config ' ]['dataScope ' ] = self ::DATA_SCOPE_PRODUCT ;
293
293
$ meta [$ groupCode ]['arguments ' ]['data ' ]['config ' ]['sortOrder ' ] =
You can’t perform that action at this time.
0 commit comments