You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Helper/Configuration/NoticeHelper.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -385,7 +385,7 @@ protected function getPriceIndexingNotice(): void
385
385
$noticeTitle = 'Price attribute indexing';
386
386
$noticeContent = '<p>Price attribute has been removed from the product attributes list but is still present in the facets, sortings or custom rankings lists.</p>
387
387
<p>If you want to remove prices from the product records, you need to remove them from those lists as well.</p>
388
-
<p>If you want the prices to be included in the product records, you need to add it in the product attributes list in the "Products" section of the configuration.</p>';
388
+
<p>If you want the prices to be included in the product records, you need to add the price attribute in the product attributes list in the "Products" section of the configuration.</p>';
0 commit comments