From 2b56459a6639327038257c543b13c0f5884a6e68 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sun, 12 May 2024 19:35:16 +0200 Subject: [PATCH] manifest: better UX for help for questions --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 1920cd8..7cf4d2b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -38,14 +38,14 @@ ram.runtime = "70M" default = "/nodered" [install.init_admin_permission] - 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 ?" + ask.en = "For example, to edit flows" + ask.fr = "Par exemple, pour modifier les 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 ?" + help.en = "This corresponds to access to the dashboard and HTTP endpoints" + help.fr = "Ceci corresponds à l'accès au tableau de bord et aux points d'accès HTTP" type = "group" default = "visitors"