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

Improve cookie consent message
This commit is contained in:
George Song
2017-07-20 13:59:31 -07:00
committed by GitHub

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')}",
},