Fix warning
Fix this warning ``` Warning: Packagers: option language has 'choices' but has type 'string', use 'select' instead to remove this warning. ```
This commit is contained in:
parent
114663c728
commit
6ab7747d15
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ ram.runtime = "50M"
|
|||
ask.en = "Choose the application language"
|
||||
ask.fr = "Choisissez la langue de l'application"
|
||||
type = "string"
|
||||
choices = ["fr", "en"]
|
||||
select = ["fr", "en"]
|
||||
default = "fr"
|
||||
|
||||
[install.admin]
|
||||
|
|
Loading…
Reference in a new issue