1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00

Fix formatting issue

This commit is contained in:
Thomas 2023-10-10 13:57:34 +02:00 committed by GitHub
parent ab6ce58ff2
commit 1d8fef0a32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,8 +48,8 @@ services = ["__APP__", "__APP___workers"]
ask.en = "Change SMTP mail address" ask.en = "Change SMTP mail address"
ask.fr = "Changer ladresse courriel SMTP" ask.fr = "Changer ladresse courriel SMTP"
type = "string" 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.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.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" bind = "email_url:/var/www/__APP__/.env"
[main.config.sender_email] [main.config.sender_email]