1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00

add type select for choices

This commit is contained in:
rodinux 2024-08-20 00:49:43 +02:00
parent a9d2d8515d
commit 75bc572804
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ name.fr = "Configuration SMTP"
[main.smtp.smtp_security]
ask.fr = "Sécurité de la connexion"
type = "string"
type = "select"
choices.NONE = "NONE, pas de chiffrement"
choices.SSL = "SSL, connexion SSL native"
choices.TLS = "TLS, connexion TLS native (le plus sécurisé)"

View file

@ -5,7 +5,7 @@ name = "Paheko"
description.en = "Association management software"
description.fr = "Logiciel de gestion d'association"
version = "1.3.11~ynh2"
version = "1.3.11~ynh3"
maintainers = ["rodinux"]