1
0
Fork 0
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:
Salamandar 2023-09-21 18:27:47 +02:00 committed by GitHub
parent 150184bd60
commit f4c3eb3b26
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]