Fix double dots in privacy policy disclaimer

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 <noreply@anthropic.com>
This commit is contained in:
Claude Code 2025-07-07 22:54:26 -04:00
parent 4610796392
commit 7325a30f94
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ export class SharedFooter {
${this.config.showDisclaimer ? `
<div class="disclaimer">
<small>
<span data-i18n="footer.disclaimer">This website is for informational purposes only. Verify information independently. Reports are automatically deleted after 48 hours. </span>
<span data-i18n="footer.disclaimer">This website is for informational purposes only. Verify information independently. Reports are automatically deleted after 48 hours.</span>
<a href="/privacy"
style="color: #007bff; text-decoration: underline;"
data-i18n="common.privacyPolicy">Privacy Policy</a>

View file

@ -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.",