mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
Merge pull request #51 from SamidyFR/main
update "Be cautious when interacting with this site" to "Its Recommended To Avoid this Site."
This commit is contained in:
commit
62e4b54da4
2 changed files with 2 additions and 2 deletions
|
|
@ -161,7 +161,7 @@ document.addEventListener("DOMContentLoaded", async () => {
|
|||
|
||||
switch (status) {
|
||||
case "unsafe":
|
||||
message = `${displayUrl} is flagged as <strong>unsafe</strong>. Be cautious when interacting with this site.`;
|
||||
message = `${displayUrl} is flagged as <strong>unsafe</strong>. Its Recommended To Avoid this Site.`;
|
||||
break;
|
||||
case "potentially_unsafe":
|
||||
message = `${displayUrl} is <strong>potentially unsafe</strong>. Proceed with caution.`;
|
||||
|
|
|
|||
|
|
@ -182,7 +182,7 @@
|
|||
<p class="url" id="unsafeUrl"></p>
|
||||
<p class="warning-text">
|
||||
This site has been flagged as <strong>unsafe</strong>.<br />
|
||||
Be cautious when interacting with this site.
|
||||
Its Recommended To Avoid this Site.
|
||||
</p>
|
||||
<div class="buttons">
|
||||
<button class="btn btn-secondary" id="goBack">
|
||||
|
|
|
|||
Loading…
Reference in a new issue