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:
parent
f0eda3bd69
commit
e72ffe593e
1 changed files with 2 additions and 2 deletions
|
@ -385,9 +385,9 @@ help = "Config for sending emails via an smtp server."
|
||||||
bind = "smtp-disclose-recipients:__INSTALL_DIR__/config.yaml"
|
bind = "smtp-disclose-recipients:__INSTALL_DIR__/config.yaml"
|
||||||
choices = [ "true", "false" ]
|
choices = [ "true", "false" ]
|
||||||
default = "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"""
|
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"""
|
false : l'e-mail sera envoyé sans divulguer les destinataires"""
|
||||||
type = "select"
|
type = "select"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue