diff --git a/www/index.php b/www/index.php index 4449267..e10fcf4 100644 --- a/www/index.php +++ b/www/index.php @@ -120,7 +120,7 @@ where `id`='".intval($_SESSION['lostpw']['user']['id'])."'"; mysql_query($query) || die(mysql_error()); showheader(_("Welcome to CAcert.org")); - echo _("Your Pass Phrase has been updated and your primary email account has been notified of the change."); + echo _("Your Pass Phrase has been changed now. You can now login with your new password."); showfooter(); exit; }