From e157fb02a59dfe01fd3fef71f286d143b3b67fee Mon Sep 17 00:00:00 2001 From: hifihedgehog <16614343+hifihedgehog@users.noreply.github.com> Date: Fri, 26 Jul 2019 09:59:05 -0400 Subject: [PATCH] Update ChangePasswordCyberPanel.php --- .../change-password-cyberpanel/ChangePasswordCyberPanel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/change-password-cyberpanel/ChangePasswordCyberPanel.php b/plugins/change-password-cyberpanel/ChangePasswordCyberPanel.php index 0abfd6cb3..f79bd2149 100644 --- a/plugins/change-password-cyberpanel/ChangePasswordCyberPanel.php +++ b/plugins/change-password-cyberpanel/ChangePasswordCyberPanel.php @@ -114,13 +114,13 @@ class ChangePasswordCyberPanel implements \RainLoop\Providers\ChangePassword\Cha $bResult = true; if ($this->oLogger) { - $this->oLogger->Write('Success! Password was changed.'); + $this->oLogger->Write('Success! The password was changed.'); } } else { $bResult = false; if ($this->oLogger) { - $this->oLogger->Write('Something went wrong. Either the current password is incorrect or 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 match the criteria.'); } } }