diff --git a/wp-content/plugins/eu-compliance/eu-compliance-banner.php b/wp-content/plugins/eu-compliance/eu-compliance-banner.php
index 18e252944b4d526d5dcb4685869e2d05ab991400..2af672eb75e01f35db196d827191e3304e5519bf 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 );