From a6dcdcfe3ac6ced16a947b420cc93223dc43f333 Mon Sep 17 00:00:00 2001 From: Jens Gyselinck Date: Wed, 12 Jun 2024 11:45:18 +0200 Subject: [PATCH] fix: Cookie consent typo --- src/util/locale/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/locale/translations/en.json b/src/util/locale/translations/en.json index b4b1c54..011ff04 100644 --- a/src/util/locale/translations/en.json +++ b/src/util/locale/translations/en.json @@ -37,7 +37,7 @@ "privacy_policy_title": "Privacy policy", "privacy_policy_text": "Add privacy policy", "cookie_consent_always_on": "Always on", - "cookie_consent_essential_title": "Essenetial cookies", + "cookie_consent_essential_title": "Essential cookies", "cookie_consent_essential_description": "We use cookies to make the website work optimally. Only the most necessary are kept here.", "cookie_consent_statistics_title": "Statistics cookies", "cookie_consent_statistics_description": "To see where we can improve the website, and when the website is used, we use cookies to track anonymous statistics via Google Analytics",