diff --git a/lang/en.inc.php b/lang/en.inc.php index 8ba15b66..9a9d4074 100644 --- a/lang/en.inc.php +++ b/lang/en.inc.php @@ -132,7 +132,7 @@ $messages['emptysendsmsform'] = "Get a reset code"; $messages['sameaslogin'] = "Your new password is identical to your login"; $messages['policydifflogin'] = "Your new password may not be the same as your login"; -$messages['pwned'] = "Your new password has already been published on leaks, you should consider changing it on any other service that it is in use"; +$messages['pwned'] = "Your new password was not accepted because it was found in one of the public lists of previously breached passwords, which include passwords recovered from criminals by the FBI. If you are using this password anywhere else, please consider changing it, as it is no longer safe to use."; $messages['policypwned'] = "Your new password may not be published on any previous public password leak from any site"; $messages['throttle'] = "Too fast! Please try again later (if ever you are human)"; $messages['policydiffminchars'] = "Minimum number of new unique characters:";