Skip to content

Commit 977f858

Browse files
author
Ilan Parmentier
authored
Update customer_account.xml
1 parent 6c6d2b1 commit 977f858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

view/frontend/layout/customer_account.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
99
<body>
1010
<referenceBlock name="customer_account_navigation">
11-
<block class="Magento\Customer\Block\Account\SortLinkInterface" name="customer-account-navigation-account-privacy-link">
11+
<block class="Magento\Customer\Block\Account\SortLinkInterface" name="customer-account-navigation-account-privacy-link" ifconfig="gdpr/general/enabled">
1212
<arguments>
1313
<argument name="path" xsi:type="string">customer/privacy/settings</argument>
14-
<argument name="label" xsi:type="string" translate="true"><![CDATA[Privacy Settings]]></argument>
14+
<argument name="label" xsi:type="string" translate="true">Privacy Settings</argument>
1515
<argument name="sortOrder" xsi:type="number">175</argument>
1616
</arguments>
1717
</block>

0 commit comments

Comments
 (0)