From 1860935b19551a833a85ab156d7a9c7a4dbb1c23 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Thu, 23 Feb 2017 13:45:03 +0100 Subject: [PATCH] =?UTF-8?q?Pr=C3=A9cision=20sur=20l'utilisateur=20dans=20l?= =?UTF-8?q?e=20manifest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 7f7d309..b2fbbdf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,4 +1,4 @@ -{ + (must be an existing YunoHost user){ "name": "SPIP", "id": "spip", "packaging_format": 1, @@ -48,8 +48,8 @@ "name": "admin", "type": "user", "ask": { - "en": "Choose an admin user", - "fr": "Choisissez l’administrateur" + "en": "Choose an admin user (must be an existing YunoHost user)", + "fr": "Choisissez l’administrateur (doit être un utilisateur YunoHost existant)" }, "example": "johndoe" },