From 7cabe86651f18d770d336727a711273c1c103d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 30 Jun 2020 17:36:32 +0200 Subject: [PATCH] Fix warnings for manifest --- manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index b696b5b..9cb5e0d 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ "email": "salamandar@salamandar.fr" }, "requirements": { - "yunohost": ">= 3.5" + "yunohost": ">= 3.8.1" }, "multi_instance": true, "services": [ @@ -48,6 +48,10 @@ "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, + "help": { + "en": "Even if public, it still requires authentication.", + "fr": "Même publique, vous devrez vous authentifier" + }, "default": false } ]