Merge pull request 'Fix double dots in privacy policy disclaimer' (#25) from feature/fix-privacy-policy-double-dots into main
Reviewed-on: deco/ice#25
This commit is contained in:
commit
047456b1d8
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue