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:
parent
0ea489d4b6
commit
da39364fd8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue