Skip to content

Commit

Permalink
#Fix for translated attribute label comparison for product.info.descr…
Browse files Browse the repository at this point in the history
…iption section after label comparison fix had been applied in attribute template. Refs #10738
  • Loading branch information
Janusz Janczy committed Sep 17, 2017
1 parent 257e7d9 commit 622cd47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<argument name="at_call" xsi:type="string">getDescription</argument>
<argument name="at_code" xsi:type="string">description</argument>
<argument name="css_class" xsi:type="string">description</argument>
<argument name="at_label" xsi:type="string">none</argument>
<argument name="at_label" translate="true" xsi:type="string">none</argument>
<argument name="title" translate="true" xsi:type="string">Details</argument>
</arguments>
</block>
Expand Down

0 comments on commit 622cd47

Please sign in to comment.