Update ChangePasswordCyberPanel.php

This commit is contained in:
hifihedgehog 2019-07-26 15:56:43 -04:00 committed by GitHub
parent d683da256f
commit d75641c367
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,7 +120,7 @@ class ChangePasswordCyberPanel implements \RainLoop\Providers\ChangePassword\Cha
$bResult = false;
if ($this->oLogger)
{
$this->oLogger->Write('Something went wrong. Either the current password is incorrect or the new password does not match the criteria.');
$this->oLogger->Write('Something went wrong. Either the current password is incorrect or the new password does not meet the criteria.');
}
}
}