Rimuove la nota interna dalle impostazioni cookie del footer. (#19)
Il testo tra parentesi non è destinato alla UI di produzione. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@ -20,7 +20,7 @@ const footerByLocale = {
|
|||||||
] as const,
|
] as const,
|
||||||
cookiePreferences: {
|
cookiePreferences: {
|
||||||
label: 'Impostazioni cookie',
|
label: 'Impostazioni cookie',
|
||||||
hint: 'Preferenze di consenso sul tuo browser (non è un testo legale).',
|
hint: 'Preferenze di consenso sul tuo browser.',
|
||||||
} as const,
|
} as const,
|
||||||
legalColumnNav: [
|
legalColumnNav: [
|
||||||
{ label: 'Condizioni d’uso', href: '/terms' },
|
{ label: 'Condizioni d’uso', href: '/terms' },
|
||||||
@ -76,7 +76,7 @@ const footerByLocale = {
|
|||||||
] as const,
|
] as const,
|
||||||
cookiePreferences: {
|
cookiePreferences: {
|
||||||
label: 'Cookie settings',
|
label: 'Cookie settings',
|
||||||
hint: 'Consent preferences in your browser (this is not a legal document).',
|
hint: 'Consent preferences in your browser.',
|
||||||
} as const,
|
} as const,
|
||||||
legalColumnNav: [
|
legalColumnNav: [
|
||||||
{ label: 'Terms of use', href: '/terms' },
|
{ label: 'Terms of use', href: '/terms' },
|
||||||
@ -132,7 +132,7 @@ const footerByLocale = {
|
|||||||
] as const,
|
] as const,
|
||||||
cookiePreferences: {
|
cookiePreferences: {
|
||||||
label: 'ตั้งค่าคุกกี้',
|
label: 'ตั้งค่าคุกกี้',
|
||||||
hint: 'การตั้งค่าความยินยอมในเบราว์เซอร์ของคุณ (ไม่ใช่เอกสารทางกฎหมาย)',
|
hint: 'การตั้งค่าความยินยอมในเบราว์เซอร์ของคุณ',
|
||||||
} as const,
|
} as const,
|
||||||
legalColumnNav: [
|
legalColumnNav: [
|
||||||
{ label: 'เงื่อนไขการใช้งาน', href: '/terms' },
|
{ label: 'เงื่อนไขการใช้งาน', href: '/terms' },
|
||||||
|
|||||||
Reference in New Issue
Block a user