From 1f691036ef37ebb1e688a3e8d8811b1858633d5f Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 31 Aug 2018 16:50:37 +0200 Subject: [PATCH] [mod] manifest.json: remove "required for postinstall" text about admin user too --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 3861b5f..7fb7d2f 100644 --- a/manifest.json +++ b/manifest.json @@ -49,9 +49,9 @@ "name": "admin", "type": "user", "ask": { - "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)" + "en": "Choose the admin user", + "fr": "Choisissez l’administrateur", + "de": "Wählen einen Administrator" }, "example": "johndoe" },