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:
parent
4610796392
commit
7325a30f94
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ export class SharedFooter {
|
||||||
${this.config.showDisclaimer ? `
|
${this.config.showDisclaimer ? `
|
||||||
<div class="disclaimer">
|
<div class="disclaimer">
|
||||||
<small>
|
<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"
|
<a href="/privacy"
|
||||||
style="color: #007bff; text-decoration: underline;"
|
style="color: #007bff; text-decoration: underline;"
|
||||||
data-i18n="common.privacyPolicy">Privacy Policy</a>
|
data-i18n="common.privacyPolicy">Privacy Policy</a>
|
||||||
|
|
|
@ -193,7 +193,7 @@
|
||||||
"footer": {
|
"footer": {
|
||||||
"safetyNotice": "Safety Notice: This is a community tool for awareness. Stay safe and",
|
"safetyNotice": "Safety Notice: This is a community tool for awareness. Stay safe and",
|
||||||
"knowRights": "know your rights",
|
"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": {
|
"nojs": {
|
||||||
"notice": "JavaScript is disabled. For the best experience with interactive maps, please enable JavaScript.",
|
"notice": "JavaScript is disabled. For the best experience with interactive maps, please enable JavaScript.",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue