mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
Fixed manifest
This commit is contained in:
parent
7d31df1cc4
commit
7653f8859b
1 changed files with 6 additions and 4 deletions
|
@ -52,8 +52,8 @@
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"type": "user",
|
"type": "user",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose the Yourls administrator (must be an existing YunoHost user)",
|
"en": "Choose the Yourls administrator (can be other then YunoHOst registered user)",
|
||||||
"fr": "Administrateur du site Yourls (doit être un utilisateur Yunohost existant)"
|
"fr": "Administrateur du site Yourls"
|
||||||
},
|
},
|
||||||
"example": "yoda"
|
"example": "yoda"
|
||||||
},
|
},
|
||||||
|
@ -61,8 +61,10 @@
|
||||||
"name": "pass",
|
"name": "pass",
|
||||||
"type": "password",
|
"type": "password",
|
||||||
"ask": {
|
"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)"
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue