diff --git a/src/main/resources/messages_en_GB.properties b/src/main/resources/messages_en_GB.properties index 08e8d3d1e..6c4433dbf 100644 --- a/src/main/resources/messages_en_GB.properties +++ b/src/main/resources/messages_en_GB.properties @@ -1402,14 +1402,14 @@ validateSignature.cert.keyUsage=Key Usage validateSignature.cert.selfSigned=Self-Signed validateSignature.cert.bits=bits -# Cookie banner -## pop up modal +#################### +# Cookie banner # +#################### cookieBanner.popUp.title=How we use Cookies cookieBanner.popUp.description=Stirling PDF uses cookies and similar technologies to improve your experience and measure usage of our tools. This enables us to continue developing great features and continue support for our users. \n Clicking \"No Thanks\" will set only cookies that are strictly necessary. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences -## preferences Modal cookieBanner.preferencesModal.title=Consent Preferences Center cookieBanner.preferencesModal.acceptAllBtn=Accept all cookieBanner.preferencesModal.acceptNecessaryBtn=Reject all @@ -1423,7 +1423,3 @@ cookieBanner.preferencesModal.necessary.description=These cookies are essential cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies allow us to track visits, tool usage and searches so we can measure and improve the performance of our website. Strirling PDF can not and will not ever track the documents used within Stirling PDF - - - - \ No newline at end of file diff --git a/src/main/resources/static/css/cookieconsentCustomisation.css b/src/main/resources/static/css/cookieconsentCustomisation.css index b6de2a465..9ae81b946 100644 --- a/src/main/resources/static/css/cookieconsentCustomisation.css +++ b/src/main/resources/static/css/cookieconsentCustomisation.css @@ -47,4 +47,4 @@ --cc-footer-bg: var(--cc-bg); --cc-footer-color: var(--cc-primary-color); --cc-footer-border-color: var(--cc-bg); -} \ No newline at end of file +} diff --git a/src/main/resources/static/js/thirdParty/cookieconsent-config.js b/src/main/resources/static/js/thirdParty/cookieconsent-config.js index 7f7096250..0902a2337 100644 --- a/src/main/resources/static/js/thirdParty/cookieconsent-config.js +++ b/src/main/resources/static/js/thirdParty/cookieconsent-config.js @@ -63,4 +63,4 @@ CookieConsent.run({ } } } -}); \ No newline at end of file +}); diff --git a/src/main/resources/templates/fragments/common.html b/src/main/resources/templates/fragments/common.html index e7019e471..436cc643b 100644 --- a/src/main/resources/templates/fragments/common.html +++ b/src/main/resources/templates/fragments/common.html @@ -149,9 +149,6 @@ window.addEventListener("cc:onConsent", UpdatePosthogConsent); window.addEventListener("cc:onChange", UpdatePosthogConsent); - - -