From fefc5e3775377475b27b6be4b2488cd7caefde52 Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 21 Feb 2024 13:17:13 +0700 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 312542b..3ce6f8f 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -5,7 +5,7 @@ name = "Moncycle.app configuration" [main.comptes] name = "comptes" - [main.comptes.creation_compte] + [main.comptes.cre_compte] ask.en = "Enable account creation" ask.fr = "Permettre la création de nouveaux comptes" type = "boolean" @@ -15,7 +15,7 @@ name = "Moncycle.app configuration" help = "Don't disable account creation before creating one for yourself !" bind = "CREA_COMPTE:__INSTALL_DIR__/config.php" - [main.comptes.connexion_compte] + [main.comptes.con_compte] ask.en = "Enable account connexion" ask.fr = "Permettre la connexion aux comptes" type = "boolean"