From 4a216f299b4813ed9334455b6204a308264114e4 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 29 May 2019 21:13:16 +0100 Subject: [PATCH] [enh] Added help to is_public parameter --- manifest.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index bffcee7..ce4f094 100644 --- a/manifest.json +++ b/manifest.json @@ -25,8 +25,8 @@ "name": "domain", "type": "domain", "ask": { - "en": "Choose a domain name dedicated to cowyo", - "fr": "Choisissez un nom de domaine dédié à cowyo" + "en": "Choose a domain name dedicated to cowyo.", + "fr": "Choisissez un nom de domaine dédié à cowyo." }, "example": "example.com" }, @@ -37,6 +37,10 @@ "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, + "help": { + "en": "If public, anyone will be able to create pages in cowyo.", + "fr": "Si publique, quiconque pourra créer des pages dans cowyo." + }, "default": true } ]