From ae77da46540dedb1306a4a615425fcd0c785dda3 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 23 Sep 2021 20:24:05 +0200 Subject: [PATCH] Update is_public description --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index bd4272b..132dcc9 100644 --- a/manifest.json +++ b/manifest.json @@ -47,8 +47,8 @@ "type": "boolean", "default": false, "help": { - "en": "Should the dashboard be publicly accessible?", - "fr": "Le tableau de bord doit-il être publiquement accessible ?" + "en": "Should the dashboard and HTTP endpoints be publicly accessible?", + "fr": "Le tableau de bord et les points d'accès HTTP doivent-ils être publiquement accessibles ?" } } ]