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:
parent
8c181fa28c
commit
2b56459a66
1 changed files with 4 additions and 4 deletions
|
@ -38,14 +38,14 @@ ram.runtime = "70M"
|
||||||
default = "/nodered"
|
default = "/nodered"
|
||||||
|
|
||||||
[install.init_admin_permission]
|
[install.init_admin_permission]
|
||||||
ask.en = "Which group should be able to administer the app and edit flows?"
|
ask.en = "For example, to edit flows"
|
||||||
ask.fr = "Quel group devrait pouvoir adminstrer l'app et modifier des flux ?"
|
ask.fr = "Par exemple, pour modifier les flux"
|
||||||
type = "group"
|
type = "group"
|
||||||
default = "admins"
|
default = "admins"
|
||||||
|
|
||||||
[install.init_main_permission]
|
[install.init_main_permission]
|
||||||
help.en = "Should the dashboard and HTTP endpoints be publicly accessible?"
|
help.en = "This corresponds to access to the dashboard and HTTP endpoints"
|
||||||
help.fr = "Le tableau de bord et les points d'accès HTTP doivent-ils être publiquement accessibles ?"
|
help.fr = "Ceci corresponds à l'accès au tableau de bord et aux points d'accès HTTP"
|
||||||
type = "group"
|
type = "group"
|
||||||
default = "visitors"
|
default = "visitors"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue