Merge pull request #83 from th-h/master

Cookie Consent: "understood", not "accepted".
This commit is contained in:
Garvin Hicking 2018-08-06 09:11:24 +02:00 committed by GitHub
commit e0444f5c44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ window.cookieconsent.initialise({
},
"content": {
"message": "Diese Website verwendet Cookies.",
"dismiss": "Akzeptieren",
"dismiss": "Verstanden",
"link": "Lesen Sie mehr in der Datenschutzerklärung",
"href": "%gdpr_url%"
}

View file

@ -45,7 +45,7 @@ window.cookieconsent.initialise({
},
"content": {
"message": "This website uses cookies.",
"dismiss": "I accept",
"dismiss": "I understand",
"link": "Read more in the privacy statement",
"href": "%gdpr_url%"
}