Skip to content

Commit 622cd47

Browse files
author
Janusz Janczy
committed
#Fix for translated attribute label comparison for product.info.description section after label comparison fix had been applied in attribute template. Refs #10738
1 parent 257e7d9 commit 622cd47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/frontend/layout/catalog_product_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<argument name="at_call" xsi:type="string">getDescription</argument>
110110
<argument name="at_code" xsi:type="string">description</argument>
111111
<argument name="css_class" xsi:type="string">description</argument>
112-
<argument name="at_label" xsi:type="string">none</argument>
112+
<argument name="at_label" translate="true" xsi:type="string">none</argument>
113113
<argument name="title" translate="true" xsi:type="string">Details</argument>
114114
</arguments>
115115
</block>

0 commit comments

Comments
 (0)