From 7653f8859b4cf80d7fd051aae4f98effb763a735 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sat, 9 Jun 2018 17:05:53 +0530 Subject: [PATCH] Fixed manifest --- manifest.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 55b8670..4aabf29 100644 --- a/manifest.json +++ b/manifest.json @@ -52,8 +52,8 @@ "name": "admin", "type": "user", "ask": { - "en": "Choose the Yourls administrator (must be an existing YunoHost user)", - "fr": "Administrateur du site Yourls (doit ĂȘtre un utilisateur Yunohost existant)" + "en": "Choose the Yourls administrator (can be other then YunoHOst registered user)", + "fr": "Administrateur du site Yourls" }, "example": "yoda" }, @@ -61,8 +61,10 @@ "name": "pass", "type": "password", "ask": { - "en": "Password for the admin account (At least 6 characters long)" - } + "en": "Password for the admin account (At least 6 characters long)", + "fr": "Administrateur password (At least 6 characters long)" + }, + } ] }