diff --git a/www/verify.php b/www/verify.php index fc35b90..6f603e4 100644 --- a/www/verify.php +++ b/www/verify.php @@ -67,9 +67,7 @@ if(mysql_num_rows($res) <= 0) { showheader(_("Error!"), _("Error!")); - echo _("The ID or Hash has already been verified, has expired or is malformed."); - echo _("Please make sure that your email client has decoded the URL correctly.)"; - echo _("Requests are automatically removed after 48 hours."); + echo _("The ID or Hash has already been verified, or something weird happened."); showfooter(); exit; }