From 6f28047feb53463bd1f09a9a2263f7b795d853d6 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Fri, 14 Apr 2023 04:31:35 +0530 Subject: [PATCH] Update app/config/errors.php Co-authored-by: Eldad A. Fux --- app/config/errors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/errors.php b/app/config/errors.php index a79f21c2df..ec7b16dba6 100644 --- a/app/config/errors.php +++ b/app/config/errors.php @@ -167,7 +167,7 @@ return [ ], Exception::USER_PASSWORD_PERSONAL_DATA => [ 'name' => Exception::USER_PASSWORD_PERSONAL_DATA, - 'description' => 'The password you are trying to use contains references to your name, email, phone or userID. Please choose a different password.', + 'description' => 'The password you are trying to use contains references to personal data like your name, email, phone or userID. Please choose a different password.', 'code' => 400, ], Exception::USER_SESSION_NOT_FOUND => [