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,