Improve cookie consent message

This commit is contained in:
mrey
2017-05-31 12:17:43 +02:00
committed by George Song
parent 8ce7d86471
commit 040dfd698f

View File

@@ -17,7 +17,7 @@ window.addEventListener("load", function(){
button: {background: "#005379", text: "#ffffff"},
},
"content": {
"message": "${_('This website uses cookies to ensure you get the best experience on our website.')}",
"message": "${_('This website uses cookies to ensure you get the best experience on our website. If you continue browsing this site, we understand that you accept the use of cookies.')}",
"dismiss": "${_('Got it!')}",
"link": "${_('Learn more')}",
},