Language fix on cookie consent. (Issue #203)
This commit is contained in:
parent
03143aacae
commit
92a2e546e9
|
@ -118,7 +118,7 @@
|
||||||
},
|
},
|
||||||
"COOKIE": {
|
"COOKIE": {
|
||||||
"MESSAGE": "This website uses cookies to enhance the user experience.",
|
"MESSAGE": "This website uses cookies to enhance the user experience.",
|
||||||
"DISMISS": "Got it!",
|
"DISMISS": "Accept",
|
||||||
"DENY": "Refuse cookies",
|
"DENY": "Refuse cookies",
|
||||||
"LINK": "Learn more",
|
"LINK": "Learn more",
|
||||||
"POLICY": "Cookie Policy"
|
"POLICY": "Cookie Policy"
|
||||||
|
|
Loading…
Reference in New Issue