mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
fix the username request
This commit is contained in:
parent
46794f5869
commit
f74f90efde
1 changed files with 9 additions and 1 deletions
|
@ -38,7 +38,15 @@
|
|||
},
|
||||
{
|
||||
"name": "admin",
|
||||
"type": "user",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "The username of your admin account.",
|
||||
"fr": "Le nom d'utilisateur de votre compte admin."
|
||||
},
|
||||
"help": {
|
||||
"en": "Must be in lower case and without special characters.",
|
||||
"fr": "Doit être en minuscule et sans caractère special."
|
||||
},
|
||||
"example": "johndoe"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue