diff --git a/pb_public/index.html b/pb_public/index.html index 4964616..0dfdd81 100644 --- a/pb_public/index.html +++ b/pb_public/index.html @@ -1457,8 +1457,10 @@ async function showVerify(){ // Worth saying plainly that nothing is broken: verification gates nothing, // so a burnt or expired link costs the person exactly nothing. $("vSub").textContent="Odkaz nezabral."; + // Neutral, not red: the sentence says nothing is wrong, and a red one + // saying "never mind" reads to a parent as a problem they have to solve. setMsg($("vMsg"),"Nejspíš už vypršel. Nevadí, k přihlášení ověření "+ - "potřeba není.","err"); + "potřeba není."); } else { $("vSub").textContent="Hotovo, e-mail je ověřený."; setMsg($("vMsg"),"Můžeš se přihlásit.","ok");