File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,6 @@ public function getLearnMoreUrl(): string
64
64
return $ this ->helperPage ->getPageUrl ((string ) $ this ->scopeConfig ->getValue (
65
65
self ::CONFIG_PATH_GENERAL_INFORMATION_PAGE ,
66
66
ScopeInterface::SCOPE_STORE
67
- ));
67
+ )) ?? ' # ' ;
68
68
}
69
69
}
Original file line number Diff line number Diff line change 11
11
<block class =" Magento\Framework\View\Element\Html\Link\Current" name =" customer-account-navigation-privacy-link" after =" customer-account-navigation-wish-list-link" ifconfig =" gdpr/general/enabled" >
12
12
<arguments >
13
13
<argument name =" path" xsi : type =" string" >customer/privacy/settings</argument >
14
- <argument name =" label" xsi : type =" string" >Privacy settings </argument >
14
+ <argument name =" label" xsi : type =" string" translate = " true " >Privacy Settings </argument >
15
15
</arguments >
16
16
</block >
17
17
</referenceBlock >
You can’t perform that action at this time.
0 commit comments