From 60450fb034c1e3b82b379c2c8d903c29b865a08b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 10 Sep 2023 08:17:08 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index c06022d..48e4609 100644 --- a/manifest.toml +++ b/manifest.toml @@ -37,7 +37,7 @@ ram.runtime = "50M" [install.language] ask.en = "Choose the application language" ask.fr = "Choisissez la langue de l'application" - type = "string" + type = "select" choices = ["french", "english"] default = "english"