Skip to content

Commit

Permalink
Fix 'Track your order' i18n.
Browse files Browse the repository at this point in the history
  • Loading branch information
petterkj committed Aug 4, 2016
1 parent f2d309a commit 67ab195
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/code/Magento/Shipping/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,4 @@ City,City
"Apply custom Shipping Policy","Apply custom Shipping Policy"
"Shipping Policy","Shipping Policy"
"Shipping Methods","Shipping Methods"
"Track your order","Track your order"
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<referenceBlock name="sales.order.view">
<block class="Magento\Shipping\Block\Tracking\Link" name="tracking-info-link" template="tracking/link.phtml">
<arguments>
<argument name="label" xsi:type="string">Track your order</argument>
<argument name="label" xsi:type="string" translate="true">Track your order</argument>
</arguments>
</block>
</referenceBlock>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<referenceBlock name="sales.order.view">
<block class="Magento\Shipping\Block\Tracking\Link" name="tracking-info-link" template="tracking/link.phtml">
<arguments>
<argument name="label" xsi:type="string">Track your order</argument>
<argument name="label" xsi:type="string" translate="true">Track your order</argument>
</arguments>
</block>
</referenceBlock>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<referenceBlock name="sales.order.view">
<block class="Magento\Shipping\Block\Tracking\Link" name="tracking-info-link" template="tracking/link.phtml">
<arguments>
<argument name="label" xsi:type="string">Track your order</argument>
<argument name="label" xsi:type="string" translate="true">Track your order</argument>
</arguments>
</block>
</referenceBlock>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<referenceBlock name="sales.order.view">
<block class="Magento\Shipping\Block\Tracking\Link" name="tracking-info-link" template="tracking/link.phtml">
<arguments>
<argument name="label" xsi:type="string">Track your order</argument>
<argument name="label" xsi:type="string" translate="true">Track your order</argument>
</arguments>
</block>
</referenceBlock>
Expand Down

0 comments on commit 67ab195

Please sign in to comment.