From dc811efdc1f198a2e7798ee2c105e4b83e777d02 Mon Sep 17 00:00:00 2001 From: TitusPiJean Date: Wed, 14 Feb 2018 09:53:32 +0100 Subject: [PATCH] Specify required fields for automatic post-installation --- manifest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index eb04cf2..fbbe9f5 100644 --- a/manifest.json +++ b/manifest.json @@ -50,9 +50,9 @@ "name": "admin", "type": "user", "ask": { - "en": "Choose the admin user", - "fr": "Choisissez l’administrateur", - "de": "Wählen einen Administrator" + "en": "Choose the admin user (required for automatic post-installation)", + "fr": "Choisissez l’administrateur (nécessaire pour la post-installation automatique)", + "de": "Wählen einen Administrator (erforderlich für die automatische Nachinstallation)" }, "example": "johndoe", "optional": true @@ -60,9 +60,9 @@ { "name": "title", "ask": { - "en": "Choose a title for your forum", - "fr": "Choisissez un titre pour votre forum", - "de": "Wählen einen Titel für eure Internetforum" + "en": "Choose a title for your forum (required for automatic post-installation)", + "fr": "Choisissez un titre pour votre forum (nécessaire pour la post-installation automatique)", + "de": "Wählen einen Titel für eure Internetforum (erforderlich für die automatische Nachinstallation)" }, "example": "My forum", "default": "",