From 421cebced8d6a375dc772d1821378237c4e432c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Fri, 18 Nov 2022 15:17:51 +0100 Subject: [PATCH] Update app/config/variables.php Co-authored-by: Christy Jacob --- app/config/variables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/variables.php b/app/config/variables.php index ba39e01a2f..1eb2688c62 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -206,7 +206,7 @@ return [ ], [ 'name' => '_APP_CONSOLE_INVITES', - 'description' => 'This option allows you to disable the invitation of new users on the Appwrite console. When enabled, console users are allowed to invite new users to a project. By default this option is enabled.', + 'description' => 'This option allows you to disable the invitation of new users to the Appwrite console. When enabled, console users are allowed to invite new users to a project. By default this option is enabled.', 'introduction' => '1.2.0', 'default' => 'enabled', 'required' => false,