Skip to content

Commit 732c1aa

Browse files
authored
Update ProtectCustomerData.php
1 parent 344a40e commit 732c1aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Block/Adminhtml/System/Config/Form/ProtectCustomerData.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ class ProtectCustomerData extends Field
2222
public function render(AbstractElement $element): string
2323
{
2424
$url = $this->getUrl('*/*/*/section/web');
25-
$comment = 'When enabled, data won\'t be sent to Facebook, until the customer allows cookies.<br/><br/>
25+
$comment = 'When enabled, data won\'t be sent to Facebook, until the customer provides consent.'; /* <br/><br/>
2626
<strong>Note</strong>, that this option will work only when Cookie Restriction Mode at
2727
<a href="' . $url . '" target="_blank">Stores > Configuration > General > Web > Default Cookie Settings</a>
28-
is enabled.';
28+
is enabled.'; */
2929

3030
$element->setComment($comment);
3131
return parent::render($element);

0 commit comments

Comments
 (0)