From 6925e8ed5fc93e72b0fd87a4074af0ed73c87a70 Mon Sep 17 00:00:00 2001 From: antoine Date: Wed, 18 Dec 2019 16:44:42 +0100 Subject: [PATCH] fix help warning in package_check --- manifest.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest.json b/manifest.json index 151ac2d..9272bcf 100644 --- a/manifest.json +++ b/manifest.json @@ -77,6 +77,10 @@ "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, + "help": { + "en": "If checked, the app will be public", + "fr": "Si cochée, votre application sera publique" + }, "default": true } ]