Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions html/alert.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,17 @@
border: 1px var(--primary) solid;
}

.footer {
display: flex;
color: #ccc;
gap: 0.3em;
}

.footer a {
color: #fff;
text-decoration: none;
}

.btn:hover {
opacity: 0.8;
}
Expand Down Expand Up @@ -154,6 +165,10 @@ <h1>
Back to safety
</button>
</div>
<div class="footer">
<p class="secondary" translate-key="was_this_an_error">Was this an error?</p>
<a href="https://github.com/StopMalwareContent/Extension/issues/new/choose" translate-key="report_a_false_positive">Report a false positive.</a>
</div>
</section>
<script src="alert.js"></script>
</body>
Expand Down
12 changes: 6 additions & 6 deletions html/locales.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"notes": "Notas:",
"accept_the_risk": "Aceite o risco",
"back_to_safety": "De volta à segurança",
"was_this_an_error": "Was this an error?",
"report_a_false_positive": "Report a false positive."
"was_this_an_error": "Isto é um erro?",
"report_a_false_positive": "Reportar um falso positivo."
},
"br": {
"title": "Alerta",
Expand All @@ -62,8 +62,8 @@
"notes": "Notas:",
"accept_the_risk": "Aceitar o risco",
"back_to_safety": "Voltar à segurança",
"was_this_an_error": "Was this an error?",
"report_a_false_positive": "Report a false positive."
"was_this_an_error": "Isso foi um erro??",
"report_a_false_positive": "Reportar um falso positivo."
},
"zh": {
"title": "警告",
Expand Down Expand Up @@ -95,7 +95,7 @@
"notes": "Ghi chú:",
"accept_the_risk": "Chấp nhận rủi ro",
"back_to_safety": "Quay lại chỗ an toàn",
"was_this_an_error": "Đây có sai không?",
"report_a_false_positive": "Báo dương tính giả."
"was_this_an_error": "Tôi có sai không?",
"report_a_false_positive": "Hãy báo dương tính giả."
}
}