From b2ca740a5f496d19e4728c7e4726f1028ada7d0c Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 31 Mar 2024 19:38:13 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 691f130..ff2cc95 100644 --- a/manifest.toml +++ b/manifest.toml @@ -38,14 +38,14 @@ ram.runtime = "70M" default = "/nodered" [install.init_admin_permission] - help.en = "Which group should be able to administer the app and edit flows?" - help.fr = "Quel group devrait pouvoir adminstrer l'app et modifier des flux ?" + ask.en = "Which group should be able to administer the app and edit flows?" + ask.fr = "Quel group devrait pouvoir adminstrer l'app et modifier des flux ?" type = "group" default = "admins" [install.init_main_permission] - help.en = "Should the dashboard and HTTP endpoints be publicly accessible?" - help.fr = "Le tableau de bord et les points d'accès HTTP doivent-ils être publiquement accessibles ?" + ask.en = "Should the dashboard and HTTP endpoints be publicly accessible?" + ask.fr = "Le tableau de bord et les points d'accès HTTP doivent-ils être publiquement accessibles ?" type = "group" default = "visitors"