From d44d95f2ab83d125d0b744b9b11085b7922b2951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Thu, 29 Feb 2024 12:06:35 +0100 Subject: [PATCH] Fix config panel text --- config_panel.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index d7f6022..b995904 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -60,8 +60,8 @@ name.fr = "Configuration d'Element" [main.config.default_theme] - ask.en = "Disable custom URL field on login page" - ask.fr = "Déactiver le champ URL personnalisé sur la page login" + ask.en = "Default theme" + ask.fr = "Thème par défault" type = "select" choices = [ "light", "dark" ]