We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d824c commit d56f25fCopy full SHA for d56f25f
app/code/Magento/Backend/view/adminhtml/templates/page/privacyPolicy.phtml
@@ -9,5 +9,5 @@
9
?>
10
11
<a class="link-report" href="<?= $block->escapeUrl($block->getPrivacypolicyUrl()) ?>" id="footer_privacy" target="_blank">
12
- <?= /* @escapeNotVerified */ __('Privacy Policy | ') ?>
+ <?= $block->escapeHtml(__('Privacy Policy')) ?>
13
</a>
0 commit comments