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 @@ -281,7 +281,7 @@ public function modifyMeta(array $meta)
281
281
if ($ attributes ) {
282
282
$ meta [$ groupCode ]['children ' ] = $ this ->getAttributesMeta ($ attributes , $ groupCode );
283
283
$ meta [$ groupCode ]['arguments ' ]['data ' ]['config ' ]['componentType ' ] = Fieldset::NAME ;
284
- $ meta [$ groupCode ]['arguments ' ]['data ' ]['config ' ]['label ' ] = __ (' %1 ' , $ group ->getAttributeGroupName ());
284
+ $ meta [$ groupCode ]['arguments ' ]['data ' ]['config ' ]['label ' ] = __ ($ group ->getAttributeGroupName ());
285
285
$ meta [$ groupCode ]['arguments ' ]['data ' ]['config ' ]['collapsible ' ] = true ;
286
286
$ meta [$ groupCode ]['arguments ' ]['data ' ]['config ' ]['dataScope ' ] = self ::DATA_SCOPE_PRODUCT ;
287
287
$ meta [$ groupCode ]['arguments ' ]['data ' ]['config ' ]['sortOrder ' ] =
You can’t perform that action at this time.
0 commit comments