Update monofile.ts

This commit is contained in:
Alphons Joseph
2025-11-28 22:22:11 +08:00
committed by GitHub
parent d6025140fd
commit a67f4d2e25
+2 -2
View File
@@ -632,13 +632,13 @@ export function showPrivacyNotification() {
const textHTML = /* html */ ` const textHTML = /* html */ `
<div class="whatsnewTextContainer" style="overflow-y: auto; font-size: 1.3rem; line-height: 1.6;"> <div class="whatsnewTextContainer" style="overflow-y: auto; font-size: 1.3rem; line-height: 1.6;">
<p> <p>
It has come to our attention that several schools have expressed concerns about BetterSEQTA+. As security is at the core of everything we do, this is an issue we take very seriously, which is why we have decided to release a statement on the situation. Several schools have expressed concerns about BetterSEQTA+. Security is at the core of what we do, and we would like to clarify any misinformation. As a Free, Libre, and Open Source software application, we ask you to thoroughly read our privacy policy and vet our code. We specifically want you to hold us accountable.
</p> </p>
<p> <p>
To view our privacy policy, please click the <strong>shield icon</strong> in the settings&nbsp;menu, or<a href="https://betterseqta.org/privacy" target="_blank" rel="noopener noreferrer" id="privacy-link" style="color: inherit; text-decoration: underline; cursor: pointer; white-space: nowrap;">&nbsp;click here</a>. To view our privacy policy, please click the <strong>shield icon</strong> in the settings&nbsp;menu, or<a href="https://betterseqta.org/privacy" target="_blank" rel="noopener noreferrer" id="privacy-link" style="color: inherit; text-decoration: underline; cursor: pointer; white-space: nowrap;">&nbsp;click here</a>.
</p> </p>
<p style="font-weight: bold; margin-top: 15px;"> <p style="font-weight: bold; margin-top: 15px;">
We never collect any information from you, and aim to provide the best features possible. We have never, are not, and will never collect any information about any user. That is a guarantee.
</p> </p>
</div> </div>
`; `;