1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00

Précision sur l'utilisateur dans le manifest

This commit is contained in:
magikcypress 2017-02-23 13:45:03 +01:00
parent 2088412e94
commit 1860935b19

View file

@ -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 ladministrateur"
"en": "Choose an admin user (must be an existing YunoHost user)",
"fr": "Choisissez ladministrateur (doit être un utilisateur YunoHost existant)"
},
"example": "johndoe"
},