Commit 8ec60397 by George Song Committed by GitHub

Merge pull request #15557 from edx/george/cookie-consent-message

Improve cookie consent message
parents af087291 040dfd69
......@@ -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')}",
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment