1
0
Fork 0
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:
eric_G 2023-10-27 23:48:07 +02:00 committed by GitHub
commit 8da5b93175
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]