From 6339325e6ac0a7b237809c5787af20588b949a37 Mon Sep 17 00:00:00 2001 From: Javaxman Date: Wed, 29 Jul 2026 15:29:01 +0200 Subject: [PATCH] Rimuove la nota interna dalle impostazioni cookie del footer. (#19) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Il testo tra parentesi non è destinato alla UI di produzione. Co-authored-by: Cursor --- src/data/home/footer.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/home/footer.ts b/src/data/home/footer.ts index 6a10bef..c226217 100644 --- a/src/data/home/footer.ts +++ b/src/data/home/footer.ts @@ -20,7 +20,7 @@ const footerByLocale = { ] as const, cookiePreferences: { label: 'Impostazioni cookie', - hint: 'Preferenze di consenso sul tuo browser (non è un testo legale).', + hint: 'Preferenze di consenso sul tuo browser.', } as const, legalColumnNav: [ { label: 'Condizioni d’uso', href: '/terms' }, @@ -76,7 +76,7 @@ const footerByLocale = { ] as const, cookiePreferences: { label: 'Cookie settings', - hint: 'Consent preferences in your browser (this is not a legal document).', + hint: 'Consent preferences in your browser.', } as const, legalColumnNav: [ { label: 'Terms of use', href: '/terms' }, @@ -132,7 +132,7 @@ const footerByLocale = { ] as const, cookiePreferences: { label: 'ตั้งค่าคุกกี้', - hint: 'การตั้งค่าความยินยอมในเบราว์เซอร์ของคุณ (ไม่ใช่เอกสารทางกฎหมาย)', + hint: 'การตั้งค่าความยินยอมในเบราว์เซอร์ของคุณ', } as const, legalColumnNav: [ { label: 'เงื่อนไขการใช้งาน', href: '/terms' },