From 92a2e546e971b2dc45f21c3ec0b746fe8c3e9dd9 Mon Sep 17 00:00:00 2001 From: gkolokythas Date: Wed, 20 Nov 2019 11:14:18 +0200 Subject: [PATCH] Language fix on cookie consent. (Issue #203) --- dmp-frontend/src/assets/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index d522a0033..d83361069 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -118,7 +118,7 @@ }, "COOKIE": { "MESSAGE": "This website uses cookies to enhance the user experience.", - "DISMISS": "Got it!", + "DISMISS": "Accept", "DENY": "Refuse cookies", "LINK": "Learn more", "POLICY": "Cookie Policy"