Skip to content

Commit 816d9c8

Browse files
author
Oleksii Korshenko
authored
MAGETWO-67053: Added translation to label argument xml. #9095
2 parents bf63ca2 + 9b19313 commit 816d9c8

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

app/code/Magento/Downloadable/view/frontend/layout/customer_account.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<block class="Magento\Customer\Block\Account\SortLinkInterface" name="customer-account-navigation-downloadable-products-link">
1212
<arguments>
1313
<argument name="path" xsi:type="string">downloadable/customer/products</argument>
14-
<argument name="label" xsi:type="string">My Downloadable Products</argument>
14+
<argument name="label" xsi:type="string" translate="true">My Downloadable Products</argument>
1515
<argument name="sortOrder" xsi:type="number">220</argument>
1616
</arguments>
1717
</block>

app/code/Magento/Review/view/frontend/layout/customer_account.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<block class="Magento\Customer\Block\Account\SortLinkInterface" name="customer-account-navigation-product-reviews-link">
1212
<arguments>
1313
<argument name="path" xsi:type="string">review/customer</argument>
14-
<argument name="label" xsi:type="string">My Product Reviews</argument>
14+
<argument name="label" xsi:type="string" translate="true">My Product Reviews</argument>
1515
<argument name="sortOrder" xsi:type="number">50</argument>
1616
</arguments>
1717
</block>

app/code/Magento/Rss/view/frontend/layout/default.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<referenceBlock name="footer_links">
1111
<block class="Magento\Framework\View\Element\Html\Link\Current" name="rss-link" ifconfig="rss/config/active">
1212
<arguments>
13-
<argument name="label" xsi:type="string">RSS</argument>
13+
<argument name="label" xsi:type="string" translate="true">RSS</argument>
1414
<argument name="path" xsi:type="string">rss</argument>
1515
</arguments>
1616
</block>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,4 @@ City,City
180180
"Shipping Policy","Shipping Policy"
181181
"Shipping Methods","Shipping Methods"
182182
"Track your order","Track your order"
183+
"Track All Shipments","Track All Shipments"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<block class="Magento\Framework\View\Element\RendererList" name="sales.order.shipment.renderers" as="renderer.list"/>
1515
<block class="Magento\Shipping\Block\Tracking\Link" name="track-all-link" template="Magento_Shipping::tracking/link.phtml">
1616
<arguments>
17-
<argument name="label" xsi:type="string">Track All Shipments</argument>
17+
<argument name="label" xsi:type="string" translate="true">Track All Shipments</argument>
1818
</arguments>
1919
</block>
2020
<block class="Magento\Sales\Block\Order\Comments" name="shipment_comments" template="Magento_Sales::order/comments.phtml"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<block class="Magento\Framework\View\Element\RendererList" name="sales.order.shipment.renderers" as="renderer.list"/>
1515
<block class="Magento\Shipping\Block\Tracking\Link" name="track-all-link" template="Magento_Shipping::tracking/link.phtml">
1616
<arguments>
17-
<argument name="label" xsi:type="string">Track All Shipments</argument>
17+
<argument name="label" xsi:type="string" translate="true">Track All Shipments</argument>
1818
</arguments>
1919
</block>
2020
<block class="Magento\Sales\Block\Order\Comments" name="shipment_comments" template="Magento_Sales::order/comments.phtml"/>

app/code/Magento/Wishlist/view/frontend/layout/customer_account.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<block class="Magento\Customer\Block\Account\SortLinkInterface" ifconfig="wishlist/general/active" name="customer-account-navigation-wish-list-link">
1212
<arguments>
1313
<argument name="path" xsi:type="string">wishlist</argument>
14-
<argument name="label" xsi:type="string">My Wish List</argument>
14+
<argument name="label" xsi:type="string" translate="true">My Wish List</argument>
1515
<argument name="sortOrder" xsi:type="number">210</argument>
1616
</arguments>
1717
</block>

0 commit comments

Comments
 (0)