diff --git a/config_panel.toml b/config_panel.toml index 7506a67..9711fe1 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -2,17 +2,17 @@ version = "1.0" [main] name = "InvoicNinja configuration" - [main.config] - name = "Configuration Options" + [main.config] + name = "Configuration Options" [main.config.mail_address] - ask = "from email" - type = "email" + ask.en = "Choose from which mail address emails will be sent" + ask.fr = "Choisissez à partir de quelle adresse e-mail les e-mails seront envoyés" help = "Default email address to use for various automated emails." bind = "MAIL_FROM_ADDRESS:__INSTALL_DIR__/.env" [main.config.mail_name] - ask = "from name" - type = "string" + ask.en = "Choose what name will be displayed when InvoiceNinja sends mails" + ask.fr = "Choisissez quel nom sera affiché lorsque InvoiceNinja enverra des e-mails" help = "Default name address to use for various automated names." - bind = "MAIL_FROM_NAME:__INSTALL_DIR__/.env" \ No newline at end of file + bind = "MAIL_FROM_NAME:__INSTALL_DIR__/.env"