Skip to content

Commit

Permalink
Merge pull request firegento#74 from firegento/feature/config_nl
Browse files Browse the repository at this point in the history
[BUGFIX] adds missing config fix for firegento#72
  • Loading branch information
Andreas Mautz authored Mar 23, 2017
2 parents 3ed23d9 + ee9d180 commit f8c2b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view/frontend/layout/catalog_product_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<argument name="at_call" xsi:type="string">getDeliveryTime</argument>
<argument name="at_code" xsi:type="string">delivery_time</argument>
<argument name="css_class" xsi:type="string">delivery_time</argument>
<argument name="at_label" xsi:type="string">Delivery Time </argument>
<argument name="add_attribute" xsi:type="string">itemprop="delivery_time "</argument>
<argument name="at_label" xsi:type="string" translate="true">Delivery Time</argument>
<argument name="add_attribute" xsi:type="string">itemprop="delivery_time"</argument>
</arguments>
</block>
</referenceContainer>
Expand Down

0 comments on commit f8c2b71

Please sign in to comment.