Skip to content

Commit d8b9631

Browse files
committed
MAGE-1112: added additional sentence to the notice
1 parent 8789a32 commit d8b9631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helper/Configuration/NoticeHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ protected function getPriceIndexingNotice(): void
385385
$noticeTitle = 'Price attribute indexing';
386386
$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>
387387
<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>';
389389

390390
$this->notices[] = [
391391
'selector' => '.entry-edit',

0 commit comments

Comments
 (0)