From b4c17cf2ede90bc862e81b91ea14c4558dd8a7c7 Mon Sep 17 00:00:00 2001 From: Alexander Pepper Date: Mon, 5 Jul 2021 15:10:01 +0200 Subject: [PATCH] Improve title and description of cookieConsentLink --- src/Objs/Homepage/HomepageEditingConfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Objs/Homepage/HomepageEditingConfig.js b/src/Objs/Homepage/HomepageEditingConfig.js index cd4ffab5d..f4170b270 100644 --- a/src/Objs/Homepage/HomepageEditingConfig.js +++ b/src/Objs/Homepage/HomepageEditingConfig.js @@ -70,9 +70,9 @@ Scrivito.provideEditingConfig("Homepage", { ], }, cookieConsentLink: { - title: "Cookie consent link", + title: "Privacy policy for cookie consent", description: - 'If you set this link, a cookie consent box will be shown on every page. The link should point to your privacy policy. The link title defaults to "Learn more »".', + 'If you set this link, a cookie consent box will be shown on every page. To preview the effect of this setting, please enable third-party cookies in your browser. The link title defaults to "Learn more »".', }, }, properties: [...defaultPageProperties, "showAsLandingPage"],