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 @@ -244,7 +244,7 @@ public function modifyMeta(array $meta)
244
244
if ($ attributes ) {
245
245
$ meta [$ groupCode ]['children ' ] = $ this ->getAttributesMeta ($ attributes , $ groupCode );
246
246
$ 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 ());
248
248
$ meta [$ groupCode ]['arguments ' ]['data ' ]['config ' ]['collapsible ' ] = true ;
249
249
$ meta [$ groupCode ]['arguments ' ]['data ' ]['config ' ]['dataScope ' ] = self ::DATA_SCOPE_PRODUCT ;
250
250
$ meta [$ groupCode ]['arguments ' ]['data ' ]['config ' ]['sortOrder ' ] =
You can’t perform that action at this time.
0 commit comments