Skip to content

Commit 526fd07

Browse files
committed
Fix typo
1 parent 2b31a1a commit 526fd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Setup/Patch/Data/ProductAttributesV1.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function apply(): void
6666
'used_in_product_listing' => 1,
6767
'used_for_sort_by' => 0,
6868
'apply_to' => $applyTo,
69-
'group' => 'Advanced Pricing', // Originally it was names Prices
69+
'group' => 'Advanced Pricing', // Until Magento 2.0.0.0-dev40, it was named "Prices".
7070
'required' => 0,
7171
'is_used_in_grid' => 1,
7272
'is_visible_in_grid' => 0,

0 commit comments

Comments
 (0)