From ea33b2ce7bbf4fefceaf779829979e631d2f0f63 Mon Sep 17 00:00:00 2001
From: lechuck <lechuck@autistici.org>
Date: Mon, 1 Jun 2015 08:41:40 +0100
Subject: [PATCH] Fixed EU compliance Text

---
 wp-content/plugins/eu-compliance/eu-compliance-banner.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wp-content/plugins/eu-compliance/eu-compliance-banner.php b/wp-content/plugins/eu-compliance/eu-compliance-banner.php
index 18e252944..2af672eb7 100644
--- a/wp-content/plugins/eu-compliance/eu-compliance-banner.php
+++ b/wp-content/plugins/eu-compliance/eu-compliance-banner.php
@@ -21,7 +21,7 @@ add_filter( 'script_loader_tag', function ( $tag, $handle ) {
 
     if ( 'cookiebanner' !== $handle )
         return $tag;
-    $stringa = ' id="cookiebanner" data-moreinfo="https://noblogs.org/privacy" data-message="To comply to EU Privacy Laws we inform you that some of the third party services used on some of our blogs could use cookies" ';
+    $stringa = ' id="cookiebanner" data-moreinfo="https://noblogs.org/privacy" data-message="To comply with the EU Privacy Laws we\'re bound to inform you that some third party services used on some of our blogs (like Youtube) could use cookies" ';
 
     return str_replace( ' src', "$stringa src", $tag );
 }, 10, 2 );
-- 
GitLab