diff --git a/manifest.toml b/manifest.toml index 30a9c97..bfb3632 100644 --- a/manifest.toml +++ b/manifest.toml @@ -39,9 +39,9 @@ ram.runtime = "50M" [install.language] ask.en = "Choose the application language" ask.fr = "Choisissez la langue de l'application" - type = "string" - choices = ["fr", "en"] - default = "fr" + type = "select" + choices = ["en", "fr"] + default = "en" [install.admin] type = "user"