This commit is contained in:
Ironic 2025-11-11 17:02:35 +00:00 committed by GitHub
commit 2416466951
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -167,7 +167,7 @@ document.addEventListener("DOMContentLoaded", async () => {
message = `${displayUrl} is <strong>potentially unsafe</strong>. Proceed with caution.`;
break;
case "fmhy":
message = `${displayUrl} is an <strong>FMHY</strong> related site. Proceed confidently.`;
message = `${displayUrl} is a <strong>FMHY</strong> related site. Proceed confidently.`;
break;
case "safe":
message = `${displayUrl} is <strong>safe</strong> to browse.`;