Skip to content

Commit 693bf97

Browse files
committed
upward PR #71 changes
1 parent 5ff059d commit 693bf97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Model/Config/PrivacyMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ public function getLearnMoreUrl(): string
6464
return $this->helperPage->getPageUrl((string) $this->scopeConfig->getValue(
6565
self::CONFIG_PATH_GENERAL_INFORMATION_PAGE,
6666
ScopeInterface::SCOPE_STORE
67-
));
67+
)) ?? '#';
6868
}
6969
}

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\Framework\View\Element\Html\Link\Current" name="customer-account-navigation-privacy-link" after="customer-account-navigation-wish-list-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">Privacy settings</argument>
14+
<argument name="label" xsi:type="string" translate="true">Privacy Settings</argument>
1515
</arguments>
1616
</block>
1717
</referenceBlock>

0 commit comments

Comments
 (0)