File tree 7 files changed +7
-6
lines changed
Downloadable/view/frontend/layout
Review/view/frontend/layout
Wishlist/view/frontend/layout 7 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11
11
<block class =" Magento\Customer\Block\Account\SortLinkInterface" name =" customer-account-navigation-downloadable-products-link" >
12
12
<arguments >
13
13
<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 >
15
15
<argument name =" sortOrder" xsi : type =" number" >220</argument >
16
16
</arguments >
17
17
</block >
Original file line number Diff line number Diff line change 11
11
<block class =" Magento\Customer\Block\Account\SortLinkInterface" name =" customer-account-navigation-product-reviews-link" >
12
12
<arguments >
13
13
<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 >
15
15
<argument name =" sortOrder" xsi : type =" number" >50</argument >
16
16
</arguments >
17
17
</block >
Original file line number Diff line number Diff line change 10
10
<referenceBlock name =" footer_links" >
11
11
<block class =" Magento\Framework\View\Element\Html\Link\Current" name =" rss-link" ifconfig =" rss/config/active" >
12
12
<arguments >
13
- <argument name =" label" xsi : type =" string" >RSS</argument >
13
+ <argument name =" label" xsi : type =" string" translate = " true " >RSS</argument >
14
14
<argument name =" path" xsi : type =" string" >rss</argument >
15
15
</arguments >
16
16
</block >
Original file line number Diff line number Diff line change @@ -180,3 +180,4 @@ City,City
180
180
"Shipping Policy","Shipping Policy"
181
181
"Shipping Methods","Shipping Methods"
182
182
"Track your order","Track your order"
183
+ "Track All Shipments","Track All Shipments"
Original file line number Diff line number Diff line change 14
14
<block class =" Magento\Framework\View\Element\RendererList" name =" sales.order.shipment.renderers" as =" renderer.list" />
15
15
<block class =" Magento\Shipping\Block\Tracking\Link" name =" track-all-link" template =" Magento_Shipping::tracking/link.phtml" >
16
16
<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 >
18
18
</arguments >
19
19
</block >
20
20
<block class =" Magento\Sales\Block\Order\Comments" name =" shipment_comments" template =" Magento_Sales::order/comments.phtml" />
Original file line number Diff line number Diff line change 14
14
<block class =" Magento\Framework\View\Element\RendererList" name =" sales.order.shipment.renderers" as =" renderer.list" />
15
15
<block class =" Magento\Shipping\Block\Tracking\Link" name =" track-all-link" template =" Magento_Shipping::tracking/link.phtml" >
16
16
<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 >
18
18
</arguments >
19
19
</block >
20
20
<block class =" Magento\Sales\Block\Order\Comments" name =" shipment_comments" template =" Magento_Sales::order/comments.phtml" />
Original file line number Diff line number Diff line change 11
11
<block class =" Magento\Customer\Block\Account\SortLinkInterface" ifconfig =" wishlist/general/active" name =" customer-account-navigation-wish-list-link" >
12
12
<arguments >
13
13
<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 >
15
15
<argument name =" sortOrder" xsi : type =" number" >210</argument >
16
16
</arguments >
17
17
</block >
You can’t perform that action at this time.
0 commit comments