Skip to content

Commit d37e703

Browse files
author
Sergii Kovalenko
committed
MAGETWO-56062: [Github #3890] Recently Viewed Products block does not appear when FPC is enabled
--change Widget names
1 parent 4d8b997 commit d37e703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/etc/widget.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
</widget>
165165
<widget id="catalog_recently_viewed" class="Magento\Catalog\Block\Widget\RecentlyViewed"
166166
placeholder_image="Magento_Catalog::images/product_widget_viewed.gif">
167-
<label translate="true">Catalog Recently Viewed Products</label>
167+
<label translate="true">Recently Viewed Products</label>
168168
<description translate="true">List of Products Recently Viewed by Visitor</description>
169169
<parameters>
170170
<parameter name="uiComponent" xsi:type="text" required="false" visible="false">
@@ -236,7 +236,7 @@
236236
</widget>
237237
<widget id="catalog_recently_compared" class="Magento\Catalog\Block\Widget\RecentlyCompared"
238238
placeholder_image="Magento_Catalog::images/product_widget_viewed.gif">
239-
<label translate="true">Catalog Recently Compared Products</label>
239+
<label translate="true">Recently Compared Products</label>
240240
<description translate="true">List of Products Recently Compared by Visitor</description>
241241
<parameters>
242242
<parameter name="uiComponent" xsi:type="text" required="false" visible="false">

0 commit comments

Comments
 (0)