1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00

chore(vars): fix typo on god account description

This commit is contained in:
Torsten Dittmann 2021-05-07 09:06:36 +02:00
parent 61a73eec1f
commit a0d30aef8c

View file

@ -65,7 +65,7 @@ return [
],
[
'name' => '_APP_CONSOLE_WHITELIST_GOD',
'description' => 'This option allows you to disable the creation of new users on the Appwrite console. When enabled only 1 user will be able to use the registartion form. New users can be added by invting them to your project. By default this option is enabled.',
'description' => 'This option allows you to disable the creation of new users on the Appwrite console. When enabled only 1 user will be able to use the registration form. New users can be added by invting them to your project. By default this option is enabled.',
'introduction' => '',
'default' => 'enabled',
'required' => false,