From 7b1348059ac1a1645a2d2397970a25d4b4a435f4 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Wed, 18 Oct 2017 15:57:53 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 8e32fed..de8175a 100644 --- a/manifest.json +++ b/manifest.json @@ -22,15 +22,14 @@ }, "example": "domain.org" }, - { "name": "is_public", + "type": "boolean", "ask": { - "en": "Is it a public EtherCalc ?", - "fr": "Des personnes n'ayant pas de compte Yunohost peuvent elles utiliser ce EtherCalc ?" + "en": "Is it a public application?", + "fr": "Est-ce une application publique ?" }, - "choices": ["Yes", "No"], - "default": "Yes" + "default": true }, { "name": "expire",