From 4372cff308ff1ff2dec0c4129189a1b1d885f26b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 15 Jul 2021 13:56:00 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 61b0058..97191c7 100644 --- a/manifest.json +++ b/manifest.json @@ -43,10 +43,11 @@ { "name": "is_public", "type": "boolean", - "default": true, "help": { - "fr": "Si cochée, votre application sera publique" - } + "en": "If enabled, Ghost will be accessible by people who do not have an account. This can be changed later via the webadmin.", + "fr": "Si cette case est cochée, Ghost sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." + }, + "default": true } ] }