From e72ffe593ef84c6a2d2d32f85cd9295898ba7d43 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 12 May 2024 23:23:47 +0200 Subject: [PATCH] another 'fix stupid toml parsing issue' --- config_panel.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 8db3b98..5863a65 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -385,9 +385,9 @@ help = "Config for sending emails via an smtp server." bind = "smtp-disclose-recipients:__INSTALL_DIR__/config.yaml" choices = [ "true", "false" ] default = "false" - help.en = """true: Disclose all recipients in the To field\ + en = """true: Disclose all recipients in the To field\ false: Email will be sent to Undisclosed Recipients""" - help.fr = """true : divulguer tous les destinataires dans le champ À\ + fr = """true : divulguer tous les destinataires dans le champ À\ false : l'e-mail sera envoyé sans divulguer les destinataires""" type = "select"