File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Block/Adminhtml/System/Config/Form Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments