From 7325a30f947a2fe4a4b10fb57936aec824d457bd Mon Sep 17 00:00:00 2001 From: Claude Code Date: Mon, 7 Jul 2025 22:54:26 -0400 Subject: [PATCH] Fix double dots in privacy policy disclaimer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed extra bullet point from footer disclaimer text in both SharedFooter.ts and en.json translation file. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/frontend/components/SharedFooter.ts | 2 +- src/i18n/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/components/SharedFooter.ts b/src/frontend/components/SharedFooter.ts index 1642cbb..a79daad 100644 --- a/src/frontend/components/SharedFooter.ts +++ b/src/frontend/components/SharedFooter.ts @@ -42,7 +42,7 @@ export class SharedFooter { ${this.config.showDisclaimer ? `
- This website is for informational purposes only. Verify information independently. Reports are automatically deleted after 48 hours. • + This website is for informational purposes only. Verify information independently. Reports are automatically deleted after 48 hours. Privacy Policy diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 4d0bf0b..e75ce1c 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -193,7 +193,7 @@ "footer": { "safetyNotice": "Safety Notice: This is a community tool for awareness. Stay safe and", "knowRights": "know your rights", - "disclaimer": "This website is for informational purposes only. Verify information independently. Reports are automatically deleted after 48 hours. •" + "disclaimer": "This website is for informational purposes only. Verify information independently. Reports are automatically deleted after 48 hours." }, "nojs": { "notice": "JavaScript is disabled. For the best experience with interactive maps, please enable JavaScript.",