diff --git a/manifest.json b/manifest.json index 86b2294..7435219 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name": "scrumblr", + "name": "Scrumblr", "id": "scrumblr", "packaging_format": 1, "description": { @@ -35,6 +35,10 @@ { "name": "is_public", "type": "boolean", + "help": { + "en": "If enabled, Scrumblr will be accessible by people who do not have an account. This can be changed later via the webadmin.", + "fr": "Si cette case est cochée, Scrumblr sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." + }, "default": true } ]