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:
parent
ab6ce58ff2
commit
1d8fef0a32
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue