diff --git a/manifest.toml b/manifest.toml index 2eb0a8e..4767655 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,7 +47,7 @@ ram.runtime = "50M" ask.en = "Choose the application language" ask.fr = "Choisissez la langue de l'application" type = "select" - choices = "['en', 'fr', 'en', 'it', 'zh', 'pt', 'nl', 'ru']" + choices = ['en', 'fr', 'en', 'it', 'zh', 'pt', 'nl', 'ru'] default = "en" [install.admin]