mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
Fix manifest.toml: select is actually named choices
This commit is contained in:
parent
150184bd60
commit
f4c3eb3b26
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ ram.runtime = "50M"
|
|||
ask.en = "Choose the application language"
|
||||
ask.fr = "Choisissez la langue de l'application"
|
||||
type = "select"
|
||||
select = ["fr_FR", "en_US"]
|
||||
choices = ["fr_FR", "en_US"]
|
||||
default = "fr_FR"
|
||||
|
||||
[resources]
|
||||
|
|
Loading…
Add table
Reference in a new issue