1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodered_ynh.git synced 2024-09-03 19:46:25 +02:00

manifest: better UX for help for questions

This commit is contained in:
Alexandre Aubin 2024-05-12 19:35:16 +02:00 committed by GitHub
parent 8c181fa28c
commit 2b56459a66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"