Skip to content

Commit a11a2e2

Browse files
authored
MAGETWO-75318: Make labels translatable for Overview and Details sections on product… #10933
2 parents 356ebd9 + a61245e commit a11a2e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<argument name="at_call" xsi:type="string">getShortDescription</argument>
9595
<argument name="at_code" xsi:type="string">short_description</argument>
9696
<argument name="css_class" xsi:type="string">overview</argument>
97-
<argument name="at_label" xsi:type="string">none</argument>
97+
<argument name="at_label" translate="true" xsi:type="string">none</argument>
9898
<argument name="title" translate="true" xsi:type="string">Overview</argument>
9999
<argument name="add_attribute" xsi:type="string">itemprop="description"</argument>
100100
</arguments>
@@ -135,7 +135,7 @@
135135
<argument name="at_call" xsi:type="string">getDescription</argument>
136136
<argument name="at_code" xsi:type="string">description</argument>
137137
<argument name="css_class" xsi:type="string">description</argument>
138-
<argument name="at_label" xsi:type="string">none</argument>
138+
<argument name="at_label" translate="true" xsi:type="string">none</argument>
139139
<argument name="title" translate="true" xsi:type="string">Details</argument>
140140
</arguments>
141141
</block>

0 commit comments

Comments
 (0)