mirror of
https://github.com/YunoHost-Apps/fider_ynh.git
synced 2024-09-03 18:36:11 +02:00
Fix install.language string -> select
This commit is contained in:
parent
6136fbaee6
commit
defd2600fe
1 changed files with 3 additions and 3 deletions
|
@ -39,9 +39,9 @@ ram.runtime = "50M"
|
|||
[install.language]
|
||||
ask.en = "Choose the application language"
|
||||
ask.fr = "Choisissez la langue de l'application"
|
||||
type = "string"
|
||||
choices = ["fr", "en"]
|
||||
default = "fr"
|
||||
type = "select"
|
||||
choices = ["en", "fr"]
|
||||
default = "en"
|
||||
|
||||
[install.admin]
|
||||
type = "user"
|
||||
|
|
Loading…
Reference in a new issue