From ed13c81edb4839f64a0bb6cde98d25a005c00a0f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 18 Sep 2021 16:26:07 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index 1122669..bfb25bc 100755 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "n8n", "packaging_format": 1, "description": { - "en": "", - "fr": "" + "en": "Workflow Automation Tool. Easily automate tasks across different services.", + "fr": "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services." }, "version": "0.138.0~ynh1", "url": "https://n8n.io/", @@ -15,7 +15,7 @@ "admindoc": "https://docs.n8n.io/", "code": "https://github.com/n8n-io/n8n" }, - "license": "", + "license": "Apache-2.0", "maintainer": { "name": "" }, @@ -47,18 +47,14 @@ "name": "is_public", "type": "boolean", "help": { - "en": "If enabled, Etherpad 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, Etherpad sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." + "en": "If enabled, n8n 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, n8n sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." }, "default": true }, { "name": "password", "type": "password", - "help": { - "en": "Use the help field to add an information for the admin about this question.", - "fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question." - }, "example": "Choose a password" } ]