From b79b9e56606da38a3b84cd7b45068fe08f35dcdb Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 23 Sep 2023 17:52:35 +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 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]