From f72d075c40ae3f80c68fd7e2ead9b0245c7992e3 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Mon, 19 Dec 2022 10:54:56 +0545 Subject: [PATCH] Update src/Appwrite/Utopia/Response/Model/Project.php Co-authored-by: Eldad A. Fux --- src/Appwrite/Utopia/Response/Model/Project.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Utopia/Response/Model/Project.php b/src/Appwrite/Utopia/Response/Model/Project.php index 2dfd96c9eb..59bd8ea78c 100644 --- a/src/Appwrite/Utopia/Response/Model/Project.php +++ b/src/Appwrite/Utopia/Response/Model/Project.php @@ -122,7 +122,7 @@ class Project extends Model ]) ->addRule('authPasswordHistory', [ 'type' => self::TYPE_INTEGER, - 'description' => 'Max password history to save per user. Max passwords limit allowed in history is 20. Use 0 for disabling password history.', + 'description' => 'Max allowed passwords in the history list per user. Max passwords limit allowed in history is 20. Use 0 for disabling password history.', 'default' => 0, 'example' => 5, ])