Yes, I foud the right php file and I can modify text, thank you.
I suppose in this case I rather disable this element as not needed. How I have to change this code line 29 or should I delete it with the lines 30-31?
Line 29 <script src="<?php echo $this->getThemePath(); ?>/js/jquery.ihavecookies.min.js"></script>
Line 30 <script type="text/javascript">
Line 31 $(document).ready(function(){$('body').ihavecookies({title:'🍪 Accept Cookies & Privacy Policy?',message:'This website use Cookies to provide you with the best browsing experience. If you continue your visit we shall assume that you are happy to receive all Cookies from this site.',delay:600,expires:1,link:'#',uncheckBoxes:!0})})