From 27962603fd5a1f88d76f74750454c468f211f8ac Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 18 Sep 2023 15:37:29 +0200 Subject: [PATCH] choice->select --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 55d0b7c..7723206 100644 --- a/manifest.toml +++ b/manifest.toml @@ -43,7 +43,7 @@ ram.runtime = "50M" [install.language] ask.en = "Choose the application language" ask.fr = "Choisissez la langue de l'application" - type = "choices" + type = "select" choices = ["de", "en", "es", "fr", "it", "pt"] default = "en"