Skip to content

Commit 1d78770

Browse files
committed
Merge remote-tracking branch 'mpipub/MAGETWO-56867' into MPI-PR
2 parents 4fdc0a8 + b0db23e commit 1d78770

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

app/code/Magento/Shipping/i18n/en_US.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,4 @@ City,City
179179
"Apply custom Shipping Policy","Apply custom Shipping Policy"
180180
"Shipping Policy","Shipping Policy"
181181
"Shipping Methods","Shipping Methods"
182+
"Track your order","Track your order"

app/code/Magento/Shipping/view/frontend/layout/sales_guest_reorder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<referenceBlock name="sales.order.view">
1111
<block class="Magento\Shipping\Block\Tracking\Link" name="tracking-info-link" template="tracking/link.phtml">
1212
<arguments>
13-
<argument name="label" xsi:type="string">Track your order</argument>
13+
<argument name="label" xsi:type="string" translate="true">Track your order</argument>
1414
</arguments>
1515
</block>
1616
</referenceBlock>

app/code/Magento/Shipping/view/frontend/layout/sales_guest_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<referenceBlock name="sales.order.view">
1111
<block class="Magento\Shipping\Block\Tracking\Link" name="tracking-info-link" template="tracking/link.phtml">
1212
<arguments>
13-
<argument name="label" xsi:type="string">Track your order</argument>
13+
<argument name="label" xsi:type="string" translate="true">Track your order</argument>
1414
</arguments>
1515
</block>
1616
</referenceBlock>

app/code/Magento/Shipping/view/frontend/layout/sales_order_reorder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<referenceBlock name="sales.order.view">
1111
<block class="Magento\Shipping\Block\Tracking\Link" name="tracking-info-link" template="tracking/link.phtml">
1212
<arguments>
13-
<argument name="label" xsi:type="string">Track your order</argument>
13+
<argument name="label" xsi:type="string" translate="true">Track your order</argument>
1414
</arguments>
1515
</block>
1616
</referenceBlock>

app/code/Magento/Shipping/view/frontend/layout/sales_order_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<referenceBlock name="sales.order.view">
1111
<block class="Magento\Shipping\Block\Tracking\Link" name="tracking-info-link" template="tracking/link.phtml">
1212
<arguments>
13-
<argument name="label" xsi:type="string">Track your order</argument>
13+
<argument name="label" xsi:type="string" translate="true">Track your order</argument>
1414
</arguments>
1515
</block>
1616
</referenceBlock>

0 commit comments

Comments
 (0)