From 1d8fef0a326cdd218d7b8b1530d233b004315e6e Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:57:34 +0200 Subject: [PATCH] Fix formatting issue --- config_panel.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 3f93a3d..738ab0a 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -48,8 +48,8 @@ services = ["__APP__", "__APP___workers"] ask.en = "Change SMTP mail address" ask.fr = "Changer l’adresse courriel SMTP" type = "string" - help.en = "Has to be like this: smtp://username:password@example.com:587/?tls=True. /!\ Please backup your original credentials for the case you want to reset it. " - help.fr = "Doit avoir la forme suivante : smtp://username:password@example.com:587/?tls=True. /!\ Veuillez sauvegarder vos coordonnées initiales au cas où vous voudriez les réinitialiser." + help.en = "Has to be like this: smtp://username:password@example.com:587/?tls=True. ❗ Please backup your original credentials for the case you want to reset it. " + help.fr = "Doit avoir la forme suivante : smtp://username:password@example.com:587/?tls=True. ❗ Veuillez sauvegarder vos coordonnées initiales au cas où vous voudriez les réinitialiser." bind = "email_url:/var/www/__APP__/.env" [main.config.sender_email]