- = $block->escapeHtml(__('We use cookies to make your experience better.')) ?>
- = $block->escapeHtml(__(
+ = $escaper->escapeHtml(__('We use cookies to make your experience better.')) ?>
+ = $escaper->escapeHtml(__(
'To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies.'
)) ?>
- = $block->escapeHtml(__('Learn more.', $block->getPrivacyPolicyLink()), ['a']) ?>
+ = $escaper->escapeHtml(__('Learn more.', $block->getPrivacyPolicyLink()), ['a']) ?>