From fda9fa27a6d9074b65b5f56c17f094ba9b7b9831 Mon Sep 17 00:00:00 2001 From: nmemmert Date: Wed, 17 Jun 2026 14:39:54 -0400 Subject: [PATCH] Update analytics cookie banner text Clearer language explaining what's tracked and that no personal data is sold or shared. Co-Authored-By: Claude Sonnet 4.6 --- data/admin-content.json | 2 +- src/content.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/admin-content.json b/data/admin-content.json index 31dba68..e3bfe36 100644 --- a/data/admin-content.json +++ b/data/admin-content.json @@ -1083,7 +1083,7 @@ "welcomeEmailScriptureRef": "Titus 2:11 - BSB", "welcomeEmailSignoff": "Grace and peace,\nNate", "headerFollowLabel": "Follow on Spotify", - "cookieBannerText": "We use optional analytics cookies to measure visits and location trends for site improvement.", + "cookieBannerText": "We use optional analytics cookies to better understand how people find and engage with this content. By accepting, you allow us to measure how you interact with the site — no personal data is sold or shared.", "customLinks": [ { "id": "mpvh1okr", diff --git a/src/content.ts b/src/content.ts index 5c73c0f..180ae02 100644 --- a/src/content.ts +++ b/src/content.ts @@ -442,7 +442,7 @@ export const DEFAULTS: SiteContent = { twoFaOtpEmailBody: 'Your two-factor sign-in code is below. Enter it to complete sign-in.', twoFaOtpEmailExpiry: 'This code expires in 10 minutes. If you did not request this, you can ignore this message.', headerFollowLabel: 'Follow on Spotify', - cookieBannerText: 'We use optional analytics cookies to measure visits and location trends for site improvement.', + cookieBannerText: 'We use optional analytics cookies to better understand how people find and engage with this content. By accepting, you allow us to measure how you interact with the site — no personal data is sold or shared.', customLinks: [], customBlocks: [], archivedSeries: [],