1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pytition_ynh.git synced 2024-09-03 20:16:08 +02:00

manifest: Fix type of install.language question

This commit is contained in:
Salamandar 2023-07-31 14:58:05 +02:00 committed by Salamandar
parent 0ea489d4b6
commit da39364fd8

View file

@ -44,7 +44,7 @@ ram.runtime = "50M"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "string"
type = "select"
choices = ["fr", "en"]
default = "fr"