mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
Merge pull request #39 from Salamandar/patch-2
Fix manifest.toml: select is actually named choices
This commit is contained in:
commit
8da5b93175
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…
Reference in a new issue