1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

another 'fix stupid toml parsing issue'

This commit is contained in:
OniriCorpe 2024-05-12 23:23:47 +02:00
parent f0eda3bd69
commit e72ffe593e

View file

@ -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"